We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa849d commit eea4d17Copy full SHA for eea4d17
deploy/ctl
@@ -20,7 +20,7 @@ tasks:
20
21
# https://istio.io/docs/setup/kubernetes/quick-start/
22
istio-injection:
23
- description: Enable Istio Sidecar Injection for a namespce
+ description: Enable Istio Sidecar Injection for a namespace
24
script: |
25
kubectl label namespace {{ get "namespace" }} istio-injection=enabled --overwrite=true
26
@@ -75,4 +75,4 @@ tasks:
75
export COLOR=$new_color
76
# Deploy the app and update istio virtual service
77
helmfile --namespace {{ get "namespace" }} sync
78
- echo "$new_color" > ${config}
+ echo "$new_color" > ${config}
0 commit comments