@@ -2221,15 +2221,20 @@ spec:
22212221 ArgoCD.
22222222 properties:
22232223 enabled:
2224- description: Enabled will toggle Prometheus support globally for
2225- ArgoCD.
2224+ description: |-
2225+ Enabled will toggle Prometheus support globally for ArgoCD.
2226+ When set to true, ServiceMonitors and PrometheusRules will be created for Argo CD metrics.
2227+ The Prometheus CR, Route, and Ingress are deprecated and will no longer be created.
22262228 type: boolean
22272229 host:
2228- description: Host is the hostname to use for Ingress/Route resources.
2230+ description: |-
2231+ Host is the hostname to use for Ingress/Route resources.
2232+ Deprecated: This field is no longer used and will be ignored.
22292233 type: string
22302234 ingress:
2231- description: Ingress defines the desired state for an Ingress
2232- for the Prometheus component.
2235+ description: |-
2236+ Ingress defines the desired state for an Ingress for the Prometheus component.
2237+ Deprecated: This field is no longer used and will be ignored.
22332238 properties:
22342239 annotations:
22352240 additionalProperties:
@@ -2281,8 +2286,9 @@ spec:
22812286 - enabled
22822287 type: object
22832288 route:
2284- description: Route defines the desired state for an OpenShift
2285- Route for the Prometheus component.
2289+ description: |-
2290+ Route defines the desired state for an OpenShift Route for the Prometheus component.
2291+ Deprecated: This field is no longer used and will be ignored.
22862292 properties:
22872293 annotations:
22882294 additionalProperties:
@@ -2388,7 +2394,9 @@ spec:
23882394 - enabled
23892395 type: object
23902396 size:
2391- description: Size is the replica count for the Prometheus StatefulSet.
2397+ description: |-
2398+ Size is the replica count for the Prometheus StatefulSet.
2399+ Deprecated: This field is no longer used and will be ignored.
23922400 format: int32
23932401 type: integer
23942402 required:
@@ -18302,15 +18310,20 @@ spec:
1830218310 ArgoCD.
1830318311 properties:
1830418312 enabled:
18305- description: Enabled will toggle Prometheus support globally for
18306- ArgoCD.
18313+ description: |-
18314+ Enabled will toggle Prometheus support globally for ArgoCD.
18315+ When set to true, ServiceMonitors and PrometheusRules will be created for Argo CD metrics.
18316+ The Prometheus CR, Route, and Ingress are deprecated and will no longer be created.
1830718317 type: boolean
1830818318 host:
18309- description: Host is the hostname to use for Ingress/Route resources.
18319+ description: |-
18320+ Host is the hostname to use for Ingress/Route resources.
18321+ Deprecated: This field is no longer used and will be ignored.
1831018322 type: string
1831118323 ingress:
18312- description: Ingress defines the desired state for an Ingress
18313- for the Prometheus component.
18324+ description: |-
18325+ Ingress defines the desired state for an Ingress for the Prometheus component.
18326+ Deprecated: This field is no longer used and will be ignored.
1831418327 properties:
1831518328 annotations:
1831618329 additionalProperties:
@@ -18362,8 +18375,9 @@ spec:
1836218375 - enabled
1836318376 type: object
1836418377 route:
18365- description: Route defines the desired state for an OpenShift
18366- Route for the Prometheus component.
18378+ description: |-
18379+ Route defines the desired state for an OpenShift Route for the Prometheus component.
18380+ Deprecated: This field is no longer used and will be ignored.
1836718381 properties:
1836818382 annotations:
1836918383 additionalProperties:
@@ -18469,7 +18483,9 @@ spec:
1846918483 - enabled
1847018484 type: object
1847118485 size:
18472- description: Size is the replica count for the Prometheus StatefulSet.
18486+ description: |-
18487+ Size is the replica count for the Prometheus StatefulSet.
18488+ Deprecated: This field is no longer used and will be ignored.
1847318489 format: int32
1847418490 type: integer
1847518491 required:
0 commit comments