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
| env | List of env variable to pass to the conductor |[]|
63
+
| imagePullSecrets | Global list of imagePullSecrets applied to all container images. Per-component `imagePullSecrets` override this value (not merged). |[]|
64
+
| stage.imagePullSecrets | Overrides global `imagePullSecrets` for the stage image. |[]|
65
+
| conductor.imagePullSecrets | Overrides global `imagePullSecrets` for the conductor image. |[]|
66
+
| conductor.descriptors.official.imagePullPolicy | Image pull policy for the descriptors OCI image. | IfNotPresent |
67
+
| conductor.descriptors.official.imagePullSecrets | Overrides global `imagePullSecrets` for the descriptors image. |[]|
68
+
| server.imagePullPolicy | Image pull policy for Debezium Server instances created by pipelines. | IfNotPresent |
69
+
| server.imagePullSecrets | Overrides global `imagePullSecrets` for the Debezium Server image. |[]|
0 commit comments