|
|
@ -1,4 +1,4 @@ |
|
|
|
{{- if not (or .Values.filer.s3.skipAuthSecretCreation .Values.s3.skipAuthSecretCreation .Values.s3.existingConfigSecret ) }} |
|
|
|
{{- if not (or .Values.filer.s3.skipAuthSecretCreation .Values.s3.skipAuthSecretCreation .Values.filer.s3.existingConfigSecret .Values.s3.existingConfigSecret ) }} |
|
|
|
{{- $access_key_admin := randAlphaNum 16 -}} |
|
|
|
{{- $secret_key_admin := randAlphaNum 32 -}} |
|
|
|
{{- $access_key_read := randAlphaNum 16 -}} |