From 34cd78e84623b2c4c6285e28502a0244bc008491 Mon Sep 17 00:00:00 2001 From: karan k Date: Fri, 9 Jun 2023 18:10:28 +0530 Subject: [PATCH] rename field podSecurityContext to securityContext Signed-off-by: karan k --- .../fluent-operator/templates/fluent-operator-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}