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
| diodeAuth.containerPort | int |`8080`| port to listen on |
237
237
| diodeAuth.enabled | bool |`true`| enabled |
238
-
| diodeAuth.extraEnvs | list |`[]`| extra environment variables to be set on containers' `env` section |
238
+
| diodeAuth.extraEnvs | string or list |`[]`| extra environment variables to be set on containers' `env` section |
239
+
| diodeAuth.extraInitContainers | string or list |`""`| additional containers to run before auth finishes initializing (may contain templating instructions) |
239
240
| diodeAuth.image.imagePullSecrets | list |`[]`| secrets with credentials to pull images from a private registry |
| diodeAuthBootstrap.image.tag | string |`"1.2.0"`| image tag |
251
252
| diodeAuthBootstrap.job.annotations | object |`{"helm.sh/hook":"post-install, post-upgrade","helm.sh/hook-weight":"2"}`| annotations to add to the auth bootstrap job |
252
253
| diodeAuthBootstrap.job.backoffLimit | int |`20`| backoff limit |
254
+
| diodeAuthBootstrap.job.extraInitContainers | string or list |`""`| additional initContainers to run during bootstrap (may contain templating instructions) |
253
255
| diodeIngester.annotations | object |`{}`| annotations to add to the ingester deployment |
| diodeIngester.config.redisStreamDb | int |`1`| redis stream db |
@@ -260,7 +262,8 @@ helm show values diode/diode
260
262
| diodeIngester.containerPort | int |`8081`| port to listen on |
261
263
| diodeIngester.enabled | bool |`true`| enabled |
262
264
| diodeIngester.existingSecret | string |`"diode-ingester-secret"`| existing secret name |
263
-
| diodeIngester.extraEnvs | list |`[]`| extra environment variables to be set on containers' `env` section |
265
+
| diodeIngester.extraEnvs | string or list |`[]`| extra environment variables to be set on containers' `env` section |
266
+
| diodeIngester.extraInitContainers | string or list |`""`| additional containers to run before the ingester finishes initializing (may contain templating instructions) |
264
267
| diodeIngester.grpc.serviceName | string |`"diode.v1.IngesterService"`| grpc service name |
265
268
| diodeIngester.image.imagePullSecrets | list |`[]`| secrets with credentials to pull images from a private registry |
| diodeReconciler.existingSecret | string |`"diode-reconciler-secret"`| existing secret name |
294
-
| diodeReconciler.extraEnvs | list |`[]`| extra environment variables to be set on containers' `env` section |
297
+
| diodeReconciler.extraEnvs | string or list |`[]`| extra environment variables to be set on containers' `env` section |
298
+
| diodeReconciler.extraInitContainers | string or list |`""`| additional containers to run before the reconciler finishes initializing (may contain templating instructions) |
295
299
| diodeReconciler.grpc.serviceName | string |`"diode.v1.ReconcilerService"`| grpc service name |
296
300
| diodeReconciler.image.imagePullSecrets | list |`[]`| secrets with credentials to pull images from a private registry |
0 commit comments