Skip to content

Commit e8da002

Browse files
authored
Merge pull request #917 from CecileRobertMichon/mhc-space
🌱 remove extra spaces in MHC prow cluster template
2 parents 3c0b4df + 2de9262 commit e8da002

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ metadata:
373373
name: ${CLUSTER_NAME}-mhc-0
374374
namespace: default
375375
spec:
376-
clusterName: ${ CLUSTER_NAME }
376+
clusterName: ${CLUSTER_NAME}
377377
maxUnhealthy: 100%
378378
selector:
379379
matchLabels:

templates/test/cluster-template-prow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ metadata:
208208
name: ${CLUSTER_NAME}-mhc-0
209209
namespace: default
210210
spec:
211-
clusterName: ${ CLUSTER_NAME }
211+
clusterName: ${CLUSTER_NAME}
212212
maxUnhealthy: 100%
213213
selector:
214214
matchLabels:

templates/test/prow/mhc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind: MachineHealthCheck
44
metadata:
55
name: "${CLUSTER_NAME}-mhc-0"
66
spec:
7-
clusterName: "${ CLUSTER_NAME }"
7+
clusterName: "${CLUSTER_NAME}"
88
maxUnhealthy: 100%
99
selector:
1010
matchLabels:

0 commit comments

Comments
 (0)