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
Copy file name to clipboardExpand all lines: charts/argo-rollouts/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ For full list of changes please check ArtifactHub [changelog].
90
90
| controller.containerPorts.healthz | int |`8080`| Healthz container port |
91
91
| controller.containerPorts.metrics | int |`8090`| Metrics container port |
92
92
| controller.createClusterRole | bool |`true`| flag to enable creation of cluster controller role (requires cluster RBAC) |
93
+
| controller.createConfigmap | bool |`true`| Whether to create the argo-rollouts-config ConfigMap. Set to false when running multiple controller instances in the same namespace (e.g. with different --instance-id values) to avoid Helm ownership conflicts; each secondary instance will read the ConfigMap created by the primary release. |
93
94
| controller.deploymentAnnotations | object |`{}`| Annotations to be added to the controller deployment |
94
95
| controller.deploymentLabels | object |`{}`| Labels to be added to the controller deployment |
95
96
| controller.extraArgs | list |`[]`| Additional command line arguments to pass to rollouts-controller. A list of flags. |
0 commit comments