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
| apiVersionOverrides.autoscaling | string | `""` | String to override apiVersion of autoscaling ONLY `autoscaling/v2` or `autoscaling/v2beta2` |
33
35
| automountServiceAccountToken | bool | `true` | Specifies whether a service account token should be automatically mounted. |
34
36
| configMaps | object | See below | Create configMap with the values you provide. Additional configMaps can be added by adding a dictionary key similar to the 'config' object. |
35
37
| configMaps.config | object | `{"annotations":{},"data":{},"enabled":false,"labels":{}}` | ConfigMap name. Make sure to use the same name in `volumes` and `container.volumeMounts` |
@@ -99,6 +101,7 @@ dependencies:
99
101
| controller.strategy | string | `nil` | Set controller upgrade strategy For Deployment: `RollingUpdate`(default) / `Recreate` For StatefulSet: `RollingUpdate`(default) / `OnDelete` For Rollout: `Canary(default) / `BlueGreen` |
100
102
| controller.type | string | `""` | Define the controller type (`deployment`/`rollout`/`job`/`cronjob`) |
101
103
| extraResources | list | `[]` | Array of extra objects to deploy with the release |
104
+
| fullNameOverride | string | `""` | String to fully override app name |
102
105
| global | object | `{"controller":{},"env":{},"imagePullSecrets":[],"imageRegistry":""}` | Global parameters |
103
106
| global.env | object | `{}` | Global Env vars. NO precedence over `.Values.container.env` |
104
107
| global.imagePullSecrets | list | `[]` | Global Docker registry secret names as array |
@@ -109,6 +112,7 @@ dependencies:
109
112
| hpa.metrics | list | `[]` | Set custom metrics |
| imagePullSecrets | list | `[]` | Set image pull secrets as array |
113
117
| ingress | object | See below | Configure the Ingresses for the chart. Additional Ingresses can be added by adding a dictionary key similar to the 'main' ingress. |
| ingress.main.tls | list | `[]` | Configure TLS for the ingress. Both secretName and hosts can process a Helm template. |
124
128
| initContainers | object | `{}` | Map of init containers to add Follows the same values structure as in `.Values.containes` The map key (e.g. `sleep`) will be used for the container name. |
129
+
| kubeVersionOverride | string | `""` | Override the Kubernetes version |
130
+
| nameOverride | string | `""` | Provide a name in place of chart name |
0 commit comments