Files
onelab-k8s-1.27/gitops/charts/onelab/templates/secret-postgres.yaml
2026-03-20 10:15:15 +01:00

12 lines
304 B
YAML

apiVersion: v1
kind: Secret
metadata:
name: onelab-postgres
labels:
{{- include "onelab.labels" . | nindent 4 }}
annotations:
argocd.argoproj.io/sync-wave: {{ .Values.syncWaves.postgres | quote }}
type: Opaque
stringData:
postgres-password: {{ .Values.postgresql.auth.password | quote }}