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 }}