Skip to content

Commit

Permalink
no, it was helm trying to substitute {{ }} in commented out script code
Browse files Browse the repository at this point in the history
  • Loading branch information
tomklapiscak committed Apr 25, 2024
1 parent cda400b commit dff4463
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,15 +106,15 @@ spec:
# TODO: Read the username/password generated by the role
# "{{ mas_config_dir }}/{{ docdb_instance_credentials_secret_name }}.yml"
# " mas_config_dir/ docdb_instance_credentials_secret_name.yml"
# apiVersion: v1
#kind: Secret
#type: Opaque
#metadata:
# name: "{{ docdb_instance_credentials_secret_name }}"
# name: "docdb_instance_credentials_secret_name "
#data:
# docdb_username: "{{ docdb_instance_username | b64encode }}"
# docdb_password: "{{ docdb_instance_password | b64encode }}"
# docdb_username: " docdb_instance_username | b64encode "
# docdb_password: "docdb_instance_password | b64encode "
# mock it up for now
Expand Down

0 comments on commit dff4463

Please sign in to comment.