Browse Source
Helm: Fix warning when rendering with secretExtraEnvVars set (#5594)
pull/5600/head
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
1 additions and
1 deletions
-
k8s/charts/seaweedfs/values.yaml
|
@ -606,7 +606,7 @@ filer: |
|
|
timeoutSeconds: 10 |
|
|
timeoutSeconds: 10 |
|
|
|
|
|
|
|
|
# secret env variables |
|
|
# secret env variables |
|
|
secretExtraEnvironmentVars: [] |
|
|
|
|
|
|
|
|
secretExtraEnvironmentVars: {} |
|
|
# WEED_POSTGRES_USERNAME: |
|
|
# WEED_POSTGRES_USERNAME: |
|
|
# secretKeyRef: |
|
|
# secretKeyRef: |
|
|
# name: postgres-credentials |
|
|
# name: postgres-credentials |
|
|