existingConfigSecretshould now be consistently treated as a string in the post-install-hook
This commit is contained in:
@@ -88,7 +88,7 @@ spec:
|
||||
- name: config-users
|
||||
secret:
|
||||
defaultMode: 420
|
||||
{{- if .Values.filer.s3.existingConfigSecret }}
|
||||
{{- if not (empty .Values.filer.s3.existingConfigSecret) }}
|
||||
secretName: {{ .Values.filer.s3.existingConfigSecret }}
|
||||
{{- else }}
|
||||
secretName: seaweedfs-s3-secret
|
||||
|
||||
Reference in New Issue
Block a user