Skip to content
Snippets Groups Projects
Verified Commit 48fbfa2b authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix mariadb template call

parent c100c1df
No related branches found
No related tags found
1 merge request!54fix mariadb template call
...@@ -38,9 +38,9 @@ runAsGroup: 33 ...@@ -38,9 +38,9 @@ runAsGroup: 33
value: {{ .Values.nextcloud.internalDatabase.name | quote }} value: {{ .Values.nextcloud.internalDatabase.name | quote }}
{{- else if .Values.nextcloud.mariadb.enabled }} {{- else if .Values.nextcloud.mariadb.enabled }}
- name: MYSQL_HOST - name: MYSQL_HOST
value: {{ template "nextcloud.mariadb.fullname" . }} value: {{ template "mariadb.primary.fullname" .Subcharts.nextcloud.Subcharts.mariadb }}
- name: MYSQL_DATABASE - name: MYSQL_DATABASE
value: {{ .Values.nextcloud.mariadb.db.name | quote }} value: {{ .Values.nextcloud.mariadb.auth.database | quote }}
- name: MYSQL_USER - name: MYSQL_USER
valueFrom: valueFrom:
secretKeyRef: secretKeyRef:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment