[bitnami/drupal] Fix Variable for existing Secret of Drupal app (#7409)

This commit is contained in:
Jan Mederer
2021-09-08 22:04:23 +02:00
committed by GitHub
parent a141820424
commit e6ec95358f
2 changed files with 3 additions and 3 deletions

View File

@@ -31,4 +31,4 @@ name: drupal
sources:
- https://github.com/bitnami/bitnami-docker-drupal
- http://www.drupal.org/
version: 10.2.34
version: 10.2.35

View File

@@ -171,7 +171,7 @@ spec:
- name: DRUPAL_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "common.names.fullname" . }}
name: {{ include "drupal.secretName" . }}
key: drupal-password
- name: DRUPAL_EMAIL
value: {{ .Values.drupalEmail | quote }}
@@ -191,7 +191,7 @@ spec:
- name: SMTP_PASSWORD
valueFrom:
secretKeyRef:
name: {{ include "common.names.fullname" . }}
name: {{ include "drupal.secretName" . }}
key: smtp-password
{{- end }}
{{- if .Values.smtpProtocol }}