Skip to content

Commit df7c101

Browse files
authored
Merge pull request #4875 from nojnhuh/whoa-there-rg-cleanup
ASOAPI: add CI tags to ManagedCluster resource
2 parents 2df965a + 2231d2b commit df7c101

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

templates/test/ci/cluster-template-prow-aks-aso.yaml

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

templates/test/ci/prow-aks-aso/kustomization.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ patches:
1818
buildProvenance: ${BUILD_PROVENANCE}
1919
target:
2020
kind: AzureASOManagedCluster
21+
- patch: |-
22+
- op: test
23+
path: /spec/resources/0/kind
24+
value: ManagedCluster
25+
- op: replace
26+
path: /spec/resources/0/spec/tags
27+
value:
28+
jobName: ${JOB_NAME}
29+
creationTimestamp: ${TIMESTAMP}
30+
buildProvenance: ${BUILD_PROVENANCE}
31+
target:
32+
kind: AzureASOManagedControlPlane
2133
- patch: |-
2234
- op: test
2335
path: /spec/resources/0/kind

0 commit comments

Comments
 (0)