Skip to content

Commit

Permalink
handle case where docdb_post is numeric in mongo secret
Browse files Browse the repository at this point in the history
  • Loading branch information
tomklapiscak committed Apr 30, 2024
1 parent 791934f commit 7decb07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ stringData:
docdb_master_info: {{ .Values.docdb.master_info }}
docdb_instance_password: {{ .Values.docdb.instance_password }}
docdb_host: {{ .Values.docdb.host }}
docdb_port: {{ .Values.docdb.port }}
docdb_port: "{{ .Values.docdb.port }}"
type: Opaque
{{- end }}

0 comments on commit 7decb07

Please sign in to comment.