Skip to content

Commit

Permalink
add pod security
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Jan 16, 2025
1 parent fbc2a3d commit cb8347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
{{- end }}
serviceAccountName: {{ include "cfgov.serviceAccountName" . }}
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
{{- toYaml .Values.securityContext | nindent 8 }}
initContainers:
{{- range .Values.initContainers }}
- name: {{ .name }}
Expand Down

0 comments on commit cb8347c

Please sign in to comment.