Gregor Tudan
7 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
k8s/charts/seaweedfs/templates/filer-statefulset.yaml
|
|
@ -84,11 +84,13 @@ spec: |
|
|
|
secretKeyRef: |
|
|
|
name: secret-seaweedfs-db |
|
|
|
key: user |
|
|
|
optional: true |
|
|
|
- name: WEED_MYSQL_PASSWORD |
|
|
|
valueFrom: |
|
|
|
secretKeyRef: |
|
|
|
name: secret-seaweedfs-db |
|
|
|
key: password |
|
|
|
optional: true |
|
|
|
- name: SEAWEEDFS_FULLNAME |
|
|
|
value: "{{ template "seaweedfs.name" . }}" |
|
|
|
{{- if .Values.filer.extraEnvironmentVars }} |
|
|
|