You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| backend.envFromConfigMaps | list |`[]`| configmaps to include. Must include name and can be marked as optional. each entry should contain a name key, and can optionally specify whether the configmap must be defined with an optional key. |
43
+
| backend.envFromSecret | string |`""`| Name of the secret to include |
44
+
| backend.envFromSecrets | list |`[]`| List of secrets to include. Must include name and can be marked as optional. |
45
+
| backend.envRenderSecret | object |`{}`| Sensible environment variables will be rendered as a new secret object; escape {{ in secret values to avoid Helm interpretation. |
| frontend.backendConfig.healthCheck.unhealthyThreshold | int |`3`||
138
147
| frontend.enabled | bool |`true`||
148
+
| frontend.envFromConfigMaps | list |`[]`| Configmaps to include. Must include name and can be marked as optional. each entry should contain a name key, and can optionally specify whether the configmap must be defined with an optional key. |
149
+
| frontend.envFromSecret | string |`""`| Name of the secret to include |
150
+
| frontend.envFromSecrets | list |`[]`| List of secrets to include. Must include name and can be marked as optional. |
151
+
| frontend.envRenderSecret | object |`{}`| Sensible environment variables will be rendered as a new secret object; escape {{ in secret values to avoid Helm interpretation. |
0 commit comments