Skip to content

Commit

Permalink
fix: No need to quote in minio config.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries0d0f committed Jan 12, 2023
1 parent ce90c14 commit 27bed68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/agh2/templates/minio/agh-minio-users-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ stringData:
"prefix" .Values.captain.secret.minio.secretName
)
)
) | substr 0 39 | quote
) | substr 0 40
}}
disabled=false
policies=readwrite
Expand All @@ -40,7 +40,7 @@ stringData:
"prefix" .Values.core.secret.minio.secretName
)
)
) | substr 0 39 | quote
) | substr 0 40
}}
disabled=false
policies=readonly
Expand Down

0 comments on commit 27bed68

Please sign in to comment.