Skip to content

Commit 4883afe

Browse files
committed
Enable Kiali
1 parent 36e4fb4 commit 4883afe

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/update-istio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
ISTIO_VER=${ISTIO_DIR##./istio-}
2323
2424
echo "Build manifests for ${ISTIO_VER} in dir ${ISTIO_DIR}"
25-
helm template ${ISTIO_DIR}/install/kubernetes/operator/charts/istio-operator/ \
25+
helm template ${ISTIO_DIR}/manifests/charts/istio-operator/ \
2626
--set hub=docker.io/istio \
2727
--set tag=${ISTIO_VER} \
2828
--set operatorNamespace=istio-operator \

istio/system/profile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ spec:
99
global:
1010
mtls:
1111
auto: true
12+
kiali:
13+
createDemoSecret: true
1214
components:
1315
pilot:
1416
k8s:

0 commit comments

Comments
 (0)