oc-deploy/helm/oc-mongo/templates/secret.yaml

9 lines
182 B
YAML
Raw Permalink Normal View History

2024-08-30 16:13:10 +02:00
apiVersion: v1
kind: Secret
metadata:
name: {{ .Release.Name }}-mongo-secret
type: Opaque
data:
username: {{ .Values.secret.username }}
password: {{ .Values.secret.password }}