File tree Expand file tree Collapse file tree
charts/nextcloud/templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments