mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
[bitnami/drupal] Fix Variable for existing Secret of Drupal app (#7409)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user