Skip to content

Commit

Permalink
fix: Minio password length should not over than 40.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aries0d0f committed Jan 12, 2023
1 parent f453bf5 commit 7028a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/agh2/templates/captain/captain-minio-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stringData:
"prefix" .Values.captain.secret.minio.secretName
)
)
) | quote
) | substr 0 39 | quote
}}
{{- end }}
2 changes: 1 addition & 1 deletion charts/agh2/templates/core/core-minio-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ stringData:
"prefix" .Values.core.secret.minio.secretName
)
)
) | quote
) | substr 0 39 | quote
}}
{{- end }}

0 comments on commit 7028a48

Please sign in to comment.