We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f311f commit cda04a7Copy full SHA for cda04a7
1 file changed
templates/deployment.yaml
@@ -58,10 +58,10 @@ spec:
58
imagePullSecrets:
59
{{- toYaml . | nindent 8 }}
60
{{- end }}
61
+ {{- with .Values.podSecurityContext }}
62
securityContext:
- {{- with .Values.podSecurityContext }}
63
64
- {{- end }}
+ {{- end }}
65
containers:
66
- name: pgdog
67
{{- if .Values.image.name }}
0 commit comments