[CASSANDRA] Disable sync ports for Istio sidecar
[oom.git] / kubernetes / common / common / templates / _cassOp.tpl
index d613342..c360a0f 100644 (file)
@@ -62,4 +62,10 @@ spec:
           name: {{ $datacenter.name }}
         size: {{ $datacenter.size }}
       {{- end }}
+    {{ if .Values.podAnnotations -}}
+    metadata:
+      pods:
+        annotations:
+          {{ toYaml .Values.podAnnotations | nindent 10 }}
+    {{- end }}
 {{ end }}