Skip to content

Commit

Permalink
We need instance password if available to job does try to regenerate …
Browse files Browse the repository at this point in the history
…and change user's password if it is rernu due to some other config changing
  • Loading branch information
tomklapiscak committed Apr 25, 2024
1 parent 6e4d666 commit 5f946a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ 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
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ spec:
docdb:
master_username: {{ .Values.ibm_sls.docdb_master_username }}
master_password: {{ .Values.ibm_sls.docdb_master_password }}
instance_username: {{ .Values.ibm_sls.sls_mongo_username }}
instance_password: {{ .Values.ibm_sls.sls_mongo_password }}
master_info: {{ .Values.ibm_sls.docdb_master_info }}
host: {{ .Values.ibm_sls.docdb_host }}
Expand Down

0 comments on commit 5f946a9

Please sign in to comment.