mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
existingConfigSecretshould now be consistently treated as a string in the post-install-hook
This commit is contained in:
parent
c479c05f6e
commit
cf5703e86e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user