mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 06:47:28 +08:00
13 lines
340 B
YAML
13 lines
340 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: {{ template "magento.fullname" . }}
|
|
labels:
|
|
app: {{ template "magento.fullname" . }}
|
|
chart: {{ template "magento.chart" . }}
|
|
release: "{{ .Release.Name }}"
|
|
heritage: "{{ .Release.Service }}"
|
|
type: Opaque
|
|
data:
|
|
magento-password: "{{ b64enc (include "magento.password" .) }}"
|