autocommit
This commit is contained in:
parent
09974d6e7d
commit
341a4cc12c
17
helm/kiali/templates/kiali-cr-token.yaml
Normal file
17
helm/kiali/templates/kiali-cr-token.yaml
Normal 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"
|
||||
@ -3,4 +3,4 @@ cr:
|
||||
namespace: istio-system
|
||||
spec:
|
||||
auth:
|
||||
strategy: anonymous
|
||||
strategy: token
|
||||
Loading…
x
Reference in New Issue
Block a user