Skip to content

Commit cda04a7

Browse files
committed
fix: small fix
1 parent 75f311f commit cda04a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ spec:
5858
imagePullSecrets:
5959
{{- toYaml . | nindent 8 }}
6060
{{- end }}
61+
{{- with .Values.podSecurityContext }}
6162
securityContext:
62-
{{- with .Values.podSecurityContext }}
6363
{{- toYaml . | nindent 8 }}
64-
{{- end }}
64+
{{- end }}
6565
containers:
6666
- name: pgdog
6767
{{- if .Values.image.name }}

0 commit comments

Comments
 (0)