From 0a30d65219dff679f57d6fa93a9e5e4454d9c51d Mon Sep 17 00:00:00 2001 From: Tony Schmidt Date: Wed, 21 Jun 2023 10:07:37 -0700 Subject: [PATCH] update values defaults --- couchdb/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/couchdb/values.yaml b/couchdb/values.yaml index aad9f4e..8daad27 100644 --- a/couchdb/values.yaml +++ b/couchdb/values.yaml @@ -242,6 +242,11 @@ prometheusPort: lifecycle: {} lifecycleTemplate: false +# Optional environment variables defined by a values array or parent template +# (for e.g. passing secrets as environment variables or for use in the statefulset) +extraEnv: [] +extraEnvTemplate: false + # Configure arbitrary sidecar containers for CouchDB pods created by the # StatefulSet sidecars: {}