UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

istio mTLS for kiali

Merged Jordan Olachea requested to merge bb-1015-kiali-mtls into main
All threads resolved!
Files
5
+ 10
0
{{- if and .Values.istio.enabled .Values.istio.mtls }}
apiVersion: "security.istio.io/v1beta1"
kind: PeerAuthentication
metadata:
name: default-kiali
namespace: {{ .Release.Namespace }}
spec:
mtls:
mode: STRICT
{{- end }}
\ No newline at end of file
Loading