diff --git a/wekan/.values.home.yaml.swp b/wekan/.values.home.yaml.swp deleted file mode 100644 index 8e6c467..0000000 Binary files a/wekan/.values.home.yaml.swp and /dev/null differ diff --git a/wekan/values.home.yaml b/wekan/values.home.yaml index 2459660..8e3236b 100644 --- a/wekan/values.home.yaml +++ b/wekan/values.home.yaml @@ -33,9 +33,9 @@ env: # Additional environment variables for Wekan mapped from Secret or ConfigMap extraEnvFrom: "" -# extraEnvFrom: | -# - secretRef: -# name: "{{ template "wekan.fullname" $ }}-test-secret" +extraEnvFrom: | +- secretRef: + name: "wekan-envs" ## Specify additional secret environmental variables for the ## Deployment. These can e.g. be provided by a Secret and allow