Skip to content

Commit

Permalink
is it th comment causing issues?
Browse files Browse the repository at this point in the history
  • Loading branch information
tomklapiscak committed Apr 25, 2024
1 parent 9b63e4c commit 73bebce
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{{- if not (empty .Values.docdb) }}
---
# Username of generated user will always be "masinst_${MAS_INSTANCE_ID}"
# Password will be set to whatever is in the acc/cluster/instance/mongo#password secret at time of sync, or generated if the secret is not set
# adler32sum of docdb config is included in job name; this means it will be rerun whenever docdb config changes
# The job is idempotent in cases there the config change is inconsequential (e.g. a cert alias is changed).
# If the config is modified to point to a different docdb instance, the user created in the previous DocDB will not be cleaned up
apiVersion: batch/v1
kind: Job
metadata:
Expand Down

0 comments on commit 73bebce

Please sign in to comment.