@@ -147,6 +147,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
147147| controller.extraArgs | Additional arguments for the controller. A list of flags | `[]` |
148148| controller.enableStatefulSet | Enable deploying the controller as a StatefulSet instead of a Deployment. Used for HA installations. | `false` |
149149| controller.env | Environment variables for the controller. | `[]` |
150+ | controller.envFrom | `envFrom` to pass to the controller. | `[]` (See [values.yaml](values.yaml)) |
150151| controller.image.repository | Repository to use for the controller | `global.image.repository` |
151152| controller.image.imagePullPolicy | Image pull policy for the controller | `global.image.imagePullPolicy` |
152153| controller.image.tag | Tag to use for the controller | `global.image.tag` |
@@ -198,6 +199,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
198199| repoServer.containerPort | Repo server port | `8081` |
199200| repoServer.extraArgs | Additional arguments for the repo server. A list of flags. | `[]` |
200201| repoServer.env | Environment variables for the repo server. | `[]` |
202+ | repoServer.envFrom | `envFrom` to pass to the repo server. | `[]` (See [values.yaml](values.yaml)) |
201203| repoServer.image.repository | Repository to use for the repo server | `global.image.repository` |
202204| repoServer.image.imagePullPolicy | Image pull policy for the repo server | `global.image.imagePullPolicy` |
203205| repoServer.image.tag | Tag to use for the repo server | `global.image.tag` |
@@ -258,6 +260,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
258260| server.containerPort | Server container port. | `8080` |
259261| server.extraArgs | Additional arguments for the server. A list of flags. | `[]` |
260262| server.env | Environment variables for the server. | `[]` |
263+ | server.envFrom | `envFrom` to pass to the server. | `[]` (See [values.yaml](values.yaml)) |
261264| server.image.repository | Repository to use for the server | `global.image.repository` |
262265| server.image.imagePullPolicy | Image pull policy for the server | `global.image.imagePullPolicy` |
263266| server.image.tag | Tag to use for the server | `global.image.tag` |
@@ -343,6 +346,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
343346| dex.metrics.serviceMonitor.selector | Prometheus ServiceMonitor selector. | `{}` |
344347| dex.name | Dex name | `"dex-server"` |
345348| dex.env | Environment variables for the Dex server. | `[]` |
349+ | dex.envFrom | `envFrom` to pass to the Dex server. | `[]` (See [values.yaml](values.yaml)) |
346350| dex.nodeSelector | [Node selector](https://kubernetes.io/docs/user-guide/node-selection/) | `{}` |
347351| dex.podAnnotations | Annotations for the Dex server pods | `{}` |
348352| dex.podLabels | Labels for the Dex server pods | `{}` |
@@ -376,6 +380,7 @@ through `xxx.extraArgs`
376380| redis.extraArgs | Additional arguments for the `redis-server`. A list of flags. | `[]` |
377381| redis.name | Redis name | `"redis"` |
378382| redis.env | Environment variables for the Redis server. | `[]` |
383+ | redis.envFrom | `envFrom` to pass to the Redis server. | `[]` (See [values.yaml](values.yaml)) |
379384| redis.nodeSelector | [Node selector](https://kubernetes.io/docs/user-guide/node-selection/) | `{}` |
380385| redis.podAnnotations | Annotations for the Redis server pods | `{}` |
381386| redis.podLabels | Labels for the Redis server pods | `{}` |
0 commit comments