mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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
|
- name: config-users
|
||||||
secret:
|
secret:
|
||||||
defaultMode: 420
|
defaultMode: 420
|
||||||
{{- if .Values.filer.s3.existingConfigSecret }}
|
{{- if not (empty .Values.filer.s3.existingConfigSecret) }}
|
||||||
secretName: {{ .Values.filer.s3.existingConfigSecret }}
|
secretName: {{ .Values.filer.s3.existingConfigSecret }}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
secretName: seaweedfs-s3-secret
|
secretName: seaweedfs-s3-secret
|
||||||
|
|
Loading…
Reference in a new issue