Skip to content

Commit

Permalink
skip-missing avp annotation only works when the ecret is present (but…
Browse files Browse the repository at this point in the history
… a key is missing)

will have to lookup the mongo password dynamically in the job script
  • Loading branch information
tomklapiscak committed Apr 25, 2024
1 parent e086b7d commit dc8d2e7
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ metadata:
namespace: mas-{{ .Values.instance.id}}-syncres
annotations:
argocd.argoproj.io/sync-wave: "01"
avp.kubernetes.io/remove-missing: "true"
stringData:
docdb_master_username: {{ .Values.docdb.master_username }}
docdb_master_password: {{ .Values.docdb.master_password }}
docdb_master_info: {{ .Values.docdb.master_info }}
docdb_instance_password: {{ .Values.docdb.instance_password }}
docdb_host: {{ .Values.docdb.host }}
docdb_port: {{ .Values.docdb.port }}
type: Opaque
Expand Down

0 comments on commit dc8d2e7

Please sign in to comment.