File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11apiVersion : v2
22name : nextcloud
3- version : 4.5.1
3+ version : 4.5.2
44appVersion : 27.1.3
55description : A file sharing server that puts the control and security of your own data back into your hands.
66keywords :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ metadata:
1111data :
1212 {{- range $key, $value := .Values.nextcloud.configs }}
1313 {{ $key }} : |-
14- {{ $value | nindent 4 }}
14+ {{- $value | nindent 4 }}
1515 {{- end }}
1616 {{- if .Values.nextcloud.defaultConfigs }}
1717 {{- if index .Values.nextcloud.defaultConfigs ".htaccess" }}
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ spec:
350350 name : {{ template "nextcloud.fullname" . }}-nginxconfig
351351 {{- end }}
352352 {{- with .Values.nextcloud.extraVolumes }}
353- {{- toYaml . | nindent 6 }}
353+ {{- toYaml . | nindent 8 }}
354354 {{- end }}
355355 securityContext :
356356 {{- with .Values.securityContext }}
You can’t perform that action at this time.
0 commit comments