Skip to content

Commit b8b1d97

Browse files
committed
Add monitoring tag to load test template
1 parent ca8d1c5 commit b8b1d97

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

templates/test/dev/cluster-template-custom-builds-load.yaml

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

templates/test/dev/custom-builds-load/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ patches:
88
- path: patches/cluster-label-storageclass.yaml
99
- path: patches/cluster-label-azuredisk.yaml
1010
- path: patches/kcp-scheduler.yaml
11+
- path: patches/azuremachinetemplate-monitoring.yaml
1112
generatorOptions:
1213
annotations:
1314
note: generated
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
apiVersion: infrastructure.cluster.x-k8s.io/v1beta1
3+
kind: AzureMachineTemplate
4+
metadata:
5+
name: ${CLUSTER_NAME}-md-0
6+
namespace: default
7+
spec:
8+
template:
9+
spec:
10+
additionalTags:
11+
monitoring: load

0 commit comments

Comments
 (0)