We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25edd4e + 095da33 commit 22f9dc6Copy full SHA for 22f9dc6
templates/cluster-template-maas.yaml
@@ -54,7 +54,7 @@ spec:
54
minMemory: ${CONTROL_PLANE_MACHINE_MINMEMORY}
55
image: ${CONTROL_PLANE_MACHINE_IMAGE}
56
resourcePool: ${CONTROL_PLANE_MACHINE_RESOURCEPOOL:= }
57
- tags: [ ${CONTROL_PLANE_MACHINE_TAGS} ]
+ tags: [ ${CONTROL_PLANE_MACHINE_TAGS:= } ]
58
---
59
apiVersion: cluster.x-k8s.io/v1beta1
60
kind: MachineDeployment
@@ -90,7 +90,7 @@ spec:
90
minMemory: ${WORKER_MACHINE_MINMEMORY}
91
image: ${WORKER_MACHINE_IMAGE}
92
resourcePool: ${WORKER_MACHINE_RESOURCEPOOL:= }
93
- tags: [ ${WORKER_MACHINE_TAGS} ]
+ tags: [ ${WORKER_MACHINE_TAGS:= } ]
94
95
apiVersion: bootstrap.cluster.x-k8s.io/v1beta1
96
kind: MicroK8sConfigTemplate
0 commit comments