|
| 1 | +assets: |
| 2 | + - dir: optional/node-exporter/ |
| 3 | + no_clean: True |
| 4 | + src: cluster-monitoring-operator/assets/node-exporter/ |
| 5 | + files: |
| 6 | + - file: 00-namespace.yaml |
| 7 | + ignore: "MicroShift-specific, no upstream equivalent" |
| 8 | + git_restore: True |
| 9 | + - file: 01-cluster-role.yaml |
| 10 | + src: cluster-role.yaml |
| 11 | + - file: 01-cluster-role-binding.yaml |
| 12 | + src: cluster-role-binding.yaml |
| 13 | + - file: 01-service-account.yaml |
| 14 | + src: service-account.yaml |
| 15 | + - file: 01-security-context-constraints.yaml |
| 16 | + src: security-context-constraints.yaml |
| 17 | + - file: 02-accelerators-collector-configmap.yaml |
| 18 | + src: accelerators-collector-configmap.yaml |
| 19 | + - file: 02-kube-rbac-proxy-secret.yaml |
| 20 | + src: kube-rbac-proxy-secret.yaml |
| 21 | + - file: 03-daemonset.yaml |
| 22 | + src: daemonset.yaml |
| 23 | + - file: 04-service.yaml |
| 24 | + src: service.yaml |
| 25 | + - file: kustomization.yaml |
| 26 | + ignore: "MicroShift-specific kustomization" |
| 27 | + git_restore: True |
| 28 | + - file: kustomization.x86_64.yaml |
| 29 | + ignore: "gets generated during image rebase" |
| 30 | + - file: kustomization.aarch64.yaml |
| 31 | + ignore: "gets generated during image rebase" |
| 32 | + - file: release-node-exporter-x86_64.json |
| 33 | + ignore: "gets generated during image rebase" |
| 34 | + - file: release-node-exporter-aarch64.json |
| 35 | + ignore: "gets generated during image rebase" |
0 commit comments