UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "Enable Istio mTLS for ECK Operator"

Merged Jordan Olachea requested to merge 1017-enable-istio-mtls-eck-op into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
{{- 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
Loading