autocommit

This commit is contained in:
Linus Vogel 2026-07-04 16:00:34 +02:00
parent 09974d6e7d
commit 341a4cc12c
2 changed files with 18 additions and 1 deletions

View File

@ -0,0 +1,17 @@
apiVersion: kiali.io/v1alpha1
kind: Kiali
metadata:
name: kiali
namespace: istio-system
spec:
auth:
strategy: "token"
deployment:
cluster_wide_access: false
discovery_selectors:
default:
- matchLabels:
kubernetes.io/metadata.name: bookinfo
view_only_mode: false
server:
web_root: "/kiali"

View File

@ -3,4 +3,4 @@ cr:
namespace: istio-system namespace: istio-system
spec: spec:
auth: auth:
strategy: anonymous strategy: token