Skip to content

Commit

Permalink
wrong file extension..
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaya-a committed Mar 23, 2024
1 parent 8b02961 commit 167fdcf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/deploy_apps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
set -eu

cd ./mindctrl-addon/rootfs/usr/bin/deploy
pwd
ls -la

echo "using target registry $K3D_REGISTRY_URL"

envsubst < ./deployments.yml | kubectl apply -f -
envsubst < ./tracking.yml | kubectl apply -f -
envsubst < ./multiserver.yml | kubectl apply -f -
envsubst < deployments.yaml | kubectl apply -f -
envsubst < tracking.yaml | kubectl apply -f -
envsubst < multiserver.yaml | kubectl apply -f -

0 comments on commit 167fdcf

Please sign in to comment.