Skip to content

Commit eea4d17

Browse files
aknyshosterman
andauthored
Update deploy/ctl
Co-Authored-By: osterman <erik@cloudposse.com>
1 parent 8fa849d commit eea4d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy/ctl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tasks:
2020

2121
# https://istio.io/docs/setup/kubernetes/quick-start/
2222
istio-injection:
23-
description: Enable Istio Sidecar Injection for a namespce
23+
description: Enable Istio Sidecar Injection for a namespace
2424
script: |
2525
kubectl label namespace {{ get "namespace" }} istio-injection=enabled --overwrite=true
2626

@@ -75,4 +75,4 @@ tasks:
7575
export COLOR=$new_color
7676
# Deploy the app and update istio virtual service
7777
helmfile --namespace {{ get "namespace" }} sync
78-
echo "$new_color" > ${config}
78+
echo "$new_color" > ${config}

0 commit comments

Comments
 (0)