Skip to content

Commit d02f186

Browse files
authored
[FA] Set display_priority in strimzi spec.yaml (DataDog#23525)
* Set display_priority in strimzi spec.yaml based on field usage * Add changelog entry for strimzi display-priority PR * Remove unneeded changelog entry (asset-only change)
1 parent 30b8592 commit d02f186

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

strimzi/assets/configuration/spec.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ files:
99
- template: instances
1010
options:
1111
- name: cluster_operator_endpoint
12+
display_priority: 5
1213
description: |
1314
Endpoint exposing the Cluster Operator's Prometheus metrics.
1415
fleet_configurable: true
@@ -17,6 +18,7 @@ files:
1718
example: http://cluster-operator-address:8080/metrics
1819
type: string
1920
- name: topic_operator_endpoint
21+
display_priority: 4
2022
description: |
2123
Endpoint exposing the Topic Operator's Prometheus metrics.
2224
fleet_configurable: true
@@ -25,6 +27,7 @@ files:
2527
example: http://topic-operator-address:8080/metrics
2628
type: string
2729
- name: user_operator_endpoint
30+
display_priority: 3
2831
description: |
2932
Endpoint exposing the User Operator's Prometheus metrics.
3033
fleet_configurable: true

0 commit comments

Comments
 (0)