Skip to content

Commit 995da00

Browse files
committed
Add azuredisk label
1 parent d92973e commit 995da00

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

templates/test/ci/cluster-template-prow-load.yaml

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

templates/test/ci/prow-load/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ resources:
66
- storageclass-resource-set.yaml
77
patches:
88
- path: patches/cluster-label-storageclass.yaml
9+
- path: patches/cluster-label-azuredisk.yaml
910
- path: patches/kcp-scheduler.yaml
1011
configMapGenerator:
1112
- files:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
apiVersion: cluster.x-k8s.io/v1beta1
2+
kind: Cluster
3+
metadata:
4+
name: ${CLUSTER_NAME}
5+
labels:
6+
azuredisk-csi: "true"

0 commit comments

Comments
 (0)