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 72d6d14 commit c5767f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion values-secret.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ secrets:
- global
fields:
- name: 'config.env'
value: ''
value: |-
export MINIO_ROOT_USER=ROOTUSERNAME
export MINIO_ROOT_PASSWORD=ROOTUSERPASSWORD
onMissingValue: prompt
vaultPolicy: validatedPatternDefaultPolicy

0 comments on commit c5767f1

Please sign in to comment.