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 36e4fb4 commit 4883afeCopy full SHA for 4883afe
.github/workflows/update-istio.yaml
@@ -22,7 +22,7 @@ jobs:
22
ISTIO_VER=${ISTIO_DIR##./istio-}
23
24
echo "Build manifests for ${ISTIO_VER} in dir ${ISTIO_DIR}"
25
- helm template ${ISTIO_DIR}/install/kubernetes/operator/charts/istio-operator/ \
+ helm template ${ISTIO_DIR}/manifests/charts/istio-operator/ \
26
--set hub=docker.io/istio \
27
--set tag=${ISTIO_VER} \
28
--set operatorNamespace=istio-operator \
istio/system/profile.yaml
@@ -9,6 +9,8 @@ spec:
9
global:
10
mtls:
11
auto: true
12
+ kiali:
13
+ createDemoSecret: true
14
components:
15
pilot:
16
k8s:
0 commit comments