TrueChartsCatalogClone/dependency/mongodb/0.0.9/templates/secret.yaml

15 lines
445 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: {{ include "common.names.fullname" . }}
labels:
{{- include "common.labels" . | nindent 4 }}
annotations:
{{- with .Values.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
type: Opaque
data:
mongodb-password: {{ ( .Values.mongodbPassword | default "empty" ) | b64enc | quote }}
mongodb-root-password: {{ ( .Values.mongodbRootPassword | default "empty" ) | b64enc | quote }}