Skip to content

Commit 2aa9f72

Browse files
copejoncursoragent
andcommitted
USHIFT-6951: Add standalone cluster-monitoring-operator rebase script
Move kube-state-metrics rebase logic out of shared assets.yaml/rebase.sh into rebase_cluster_monitoring_operator.sh with a matching assets recipe. The script is identical across sibling PRs (openshift#6808, openshift#6809, openshift#6810) to simplify merging the three optional monitoring components. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent d0a85aa commit 2aa9f72

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

scripts/auto-rebase/assets_cluster_monitoring_operator.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,16 @@ assets:
3535
ignore: "gets generated during image rebase"
3636
- file: release-metrics-server-aarch64.json
3737
ignore: "gets generated during image rebase"
38+
- dir: optional/kube-state-metrics/
39+
no_clean: True
40+
src: cluster-monitoring-operator/assets/kube-state-metrics/
41+
- file: 01-service-account.yaml
42+
src: service-account.yaml
43+
- file: 02-custom-resource-state-configmap.yaml
44+
src: custom-resource-state-configmap.yaml
45+
- file: 02-kube-rbac-proxy-secret.yaml
46+
src: kube-rbac-proxy-secret.yaml
47+
- file: release-kube-state-metrics-x86_64.json
48+
ignore: "gets generated during image rebase"
49+
- file: release-kube-state-metrics-aarch64.json
50+
ignore: "gets generated during image rebase"

0 commit comments

Comments
 (0)