Skip to content

Commit

Permalink
rename field podSecurityContext to securityContext
Browse files Browse the repository at this point in the history
Signed-off-by: karan k <karan.k@oracle.com>
  • Loading branch information
karan56625 committed Jun 9, 2023
1 parent 70e213d commit 34cd78e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 34cd78e

Please sign in to comment.