Skip to content

Commit fe44323

Browse files
Apply suggestions from code review
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: raynay-r <16634069+raynay-r@users.noreply.github.com>
1 parent 44711d5 commit fe44323

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/nextcloud/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ spec:
295295
image: {{ .Values.mariadb.image.registry | default "docker.io" }}/{{ .Values.mariadb.image.repository }}:{{ .Values.mariadb.image.tag }}
296296
{{- with .Values.nextcloud.mariadbInitContainerSecurityContext }}
297297
securityContext:
298-
{{- toYaml . | nindent 12 }}
298+
{{- toYaml . | nindent 12 }}
299299
{{- end }}
300300
env:
301301
- name: MYSQL_USER
@@ -317,7 +317,7 @@ spec:
317317
image: {{ .Values.postgresql.image.registry | default "docker.io" }}/{{ .Values.postgresql.image.repository }}:{{ .Values.postgresql.image.tag }}
318318
{{- with .Values.nextcloud.postgresqlInitContainerSecurityContext }}
319319
securityContext:
320-
{{- toYaml . | nindent 12 }}
320+
{{- toYaml . | nindent 12 }}
321321
{{- end }}
322322
env:
323323
- name: POSTGRES_USER

0 commit comments

Comments
 (0)