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 e600444 commit a9c45adCopy full SHA for a9c45ad
deploy/ctl
@@ -22,7 +22,7 @@ tasks:
22
istio-injection:
23
description: Enable Istio Sidecar Injection for a namespce
24
script: |
25
- kubectl label namespace {{ get "namespace" }} istio-injection=enabled
+ kubectl label namespace {{ get "namespace" }} istio-injection=enabled --overwrite=true
26
27
use-context:
28
description: "Configure kube-context"
0 commit comments