Skip to content

Commit a9c45ad

Browse files
committed
overwrite label
1 parent e600444 commit a9c45ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/ctl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tasks:
2222
istio-injection:
2323
description: Enable Istio Sidecar Injection for a namespce
2424
script: |
25-
kubectl label namespace {{ get "namespace" }} istio-injection=enabled
25+
kubectl label namespace {{ get "namespace" }} istio-injection=enabled --overwrite=true
2626

2727
use-context:
2828
description: "Configure kube-context"

0 commit comments

Comments
 (0)