UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 4320025d authored by olelink's avatar olelink
Browse files

Added peerauth to istio controlplane

parent 6edaba11
No related branches found
No related tags found
1 merge request!1236Resolve "Enable Istio mTLS for ECK Operator"
This commit is part of merge request !1236. Comments created here will be created in the context of that merge request.
{{- if .Values.istio.enabled }}
apiVersion: "security.istio.io/v1beta1"
kind: PeerAuthentication
metadata:
......@@ -6,5 +5,4 @@ metadata:
namespace: eck-operator
spec:
mtls:
mode: STRICT
{{- end }}
\ No newline at end of file
mode: STRICT
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment