We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae31ff0 commit b4635b5Copy full SHA for b4635b5
1 file changed
bundle/manifests/argoproj.io_rolloutmanagers.yaml
@@ -228,6 +228,15 @@ spec:
228
items:
229
type: string
230
type: array
231
+ ha:
232
+ description: HA options for High Availability support for Rollouts.
233
+ properties:
234
+ enabled:
235
+ description: Enabled will toggle HA support globally for RolloutManager.
236
+ type: boolean
237
+ required:
238
+ - enabled
239
+ type: object
240
image:
241
description: Image defines Argo Rollouts controller image (optional)
242
0 commit comments