Skip to content
Snippets Groups Projects

Resolve "Update nextcloud dependency charts to work with k8s 1.16"

Merged Varac requested to merge 28-update-nextcloud-dependency-charts-to-work-with-k8s-1-16 into master
All threads resolved!
7 files
+ 75
11
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -22,7 +22,7 @@ runAsGroup: 33
- name: nextcloud-data
mountPath: /var/www/html/themes
subPath: themes
- name: onlyoffice-config
- name: nextcloud-config
mountPath: /var/local
{{- end }}
{{/* Set environment variables that are needed for the nextcloud setup */}}
@@ -83,7 +83,7 @@ runAsGroup: 33
{{- else }}
emptyDir: {}
{{- end }}
- name: onlyoffice-config
- name: nextcloud-config
configMap:
name: {{ .Release.Name }}-onlyoffice-config
name: {{ .Release.Name }}-nextcloud-config
{{- end}}
Loading