diff --git a/charts/fluent-operator/templates/fluent-operator-deployment.yaml b/charts/fluent-operator/templates/fluent-operator-deployment.yaml index bca4c2a83..f9c339c31 100644 --- a/charts/fluent-operator/templates/fluent-operator-deployment.yaml +++ b/charts/fluent-operator/templates/fluent-operator-deployment.yaml @@ -111,6 +111,6 @@ spec: {{ toYaml .Values.operator.nodeSelector | nindent 8 }} {{- end }} {{- if .Values.operator.podSecurityContext }} - podSecurityContext: + securityContext: {{ toYaml .Values.operator.podSecurityContext | nindent 8 }} {{- end }}