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 b4fc9b3 commit e600444Copy full SHA for e600444
deploy/ctl
@@ -23,6 +23,11 @@ tasks:
23
description: Enable Istio Sidecar Injection for a namespce
24
script: |
25
kubectl label namespace {{ get "namespace" }} istio-injection=enabled
26
+
27
+ use-context:
28
+ description: "Configure kube-context"
29
+ script: |
30
+ kubectl config use-context ${KUBE_CONTEXT}
31
32
deps:
33
description: "Install alpine dependencies"
@@ -59,6 +64,8 @@ tasks:
59
64
60
65
steps:
61
66
- task: deps
67
+ - task: use-context
68
+ - task: istio-injection
62
69
- script: |
63
70
config=${CF_VOLUME_PATH:-.}/{{ get "config" }}
71
cur_color={{ get "color" }}
0 commit comments