Fix/s3 config secret (#5302)

This commit is contained in:
spastorclovr
2024-02-14 23:33:05 +01:00
committed by GitHub
parent c694cb4e7d
commit 3b5d8ffb70
4 changed files with 7 additions and 9 deletions

View File

@@ -286,7 +286,7 @@ spec:
- name: db-schema-config-volume
configMap:
name: seaweedfs-db-init-config
{{- if .Values.filer.s3.enableAuth }}
{{- if and .Values.filer.s3.enabled .Values.filer.s3.enableAuth }}
- name: config-users
secret:
defaultMode: 420