Skip to content

Commit

Permalink
Merge pull request #83 from Leukocyte-Lab/fix/minio-password-length
Browse files Browse the repository at this point in the history
fix: Minio password length should not over than 40.
  • Loading branch information
Aries0d0f authored Jan 12, 2023
2 parents f453bf5 + 7028a48 commit 35f0c2d
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 35f0c2d

Please sign in to comment.