File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,11 +59,11 @@ while true; do
59
59
done
60
60
61
61
# launch k8s resources
62
- docker build -t us.gcr.io/${PROJECT_ID} /redis:0.1 ../../manifests/redis
62
+ docker build -t us.gcr.io/${PROJECT_ID} /redis:0.1 ../../../ manifests/redis
63
63
docker push us.gcr.io/${PROJECT_ID} /redis:0.1
64
64
65
- redis_template=$( cat ../../manifests/redis/redis-pod.yaml | sed " s/{{PROJECT_ID}}/$PROJECT_ID /g" )
65
+ redis_template=$( cat ../../../ manifests/redis/redis-pod.yaml | sed " s/{{PROJECT_ID}}/$PROJECT_ID /g" )
66
66
echo " $redis_template " | kubectl create -f -
67
67
68
- kubectl create -f ../../manifests/app -f ../../manifests/dashboard -f ../../manifests/namespace -f ../../manifests/secrets
68
+ kubectl create -f ../../../ manifests/app -f ../../../ manifests/dashboard -f ../../../ manifests/namespace -f ../ ../../manifests/secrets
69
69
You can’t perform that action at this time.
0 commit comments