Skip to content

Commit

Permalink
fix: Typos and yaml formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Apr 3, 2024
1 parent a3fe440 commit bd204df
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions values-secret.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ secrets:
- value: minio_tenant_root
vaultPrefixes:
- global
fields:
- name: "config.env"
value: "export MINIO_ROOT_USER=ROOTUSERNAME\nexport MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD\n"
fields:
- name: config.env
value: |-
export MINIO_ROOT_USER=ROOTUSERNAME
export MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD


0 comments on commit bd204df

Please sign in to comment.