Skip to content

Commit

Permalink
bundle fix
Browse files Browse the repository at this point in the history
Signed-off-by: saumeya <[email protected]>
  • Loading branch information
saumeya committed May 27, 2024
1 parent b11ad7a commit 1ba4677
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 8 additions & 3 deletions bundle/manifests/argoproj.io_argocds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1059,13 +1059,14 @@ spec:
description: Monitoring defines whether workload status monitoring
configuration for this instance.
properties:
disabledMetrics:
description: DisabledMetrics field can be used to enable or disable
the collection of Metrics on Openshift
type: boolean
enabled:
description: Enabled defines whether workload status monitoring
is enabled for this instance or not
type: boolean
disabledMetrics:
description: DisabledMetrics field can be used to enable or disable the collection of Metrics on Openshift
type: boolean
required:
- enabled
type: object
Expand Down Expand Up @@ -7947,6 +7948,10 @@ spec:
description: Monitoring defines whether workload status monitoring
configuration for this instance.
properties:
disabledMetrics:
description: DisabledMetrics field can be used to enable or disable
the collection of Metrics on Openshift
type: boolean
enabled:
description: Enabled defines whether workload status monitoring
is enabled for this instance or not
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7948,6 +7948,10 @@ spec:
description: Monitoring defines whether workload status monitoring
configuration for this instance.
properties:
disabledMetrics:
description: DisabledMetrics field can be used to enable or disable
the collection of Metrics on Openshift
type: boolean
enabled:
description: Enabled defines whether workload status monitoring
is enabled for this instance or not
Expand Down

0 comments on commit 1ba4677

Please sign in to comment.