mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 14:57:08 +08:00
* [bitnami/joomla] Move to non-root and adapt to Bitnami standards. * Remove incorrect reference * Undo moodle change * Update values.yaml
11 lines
310 B
YAML
11 lines
310 B
YAML
{{- if not .Values.mariadb.enabled }}
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ printf "%s-%s" .Release.Name "externaldb" }}
|
|
labels: {{- include "common.labels.standard" . | nindent 4 }}
|
|
type: Opaque
|
|
data:
|
|
db-password: {{ default "" .Values.externalDatabase.password | b64enc | quote }}
|
|
{{- end }}
|