diff --git a/chart/templates/logging/eck-operator/peerauthentication.yaml b/chart/templates/istio/controlplane/peerauthentication.yaml
similarity index 65%
rename from chart/templates/logging/eck-operator/peerauthentication.yaml
rename to chart/templates/istio/controlplane/peerauthentication.yaml
index ad7223f8a869fce7237d22e5c0272c7785b2f614..293c75fb57cb22b4568ebfaa550544a5fad5fdcb 100644
--- a/chart/templates/logging/eck-operator/peerauthentication.yaml
+++ b/chart/templates/istio/controlplane/peerauthentication.yaml
@@ -1,4 +1,3 @@
-{{- 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