fix: Update kustomization template with correct paths
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c1a8a35494
commit
f6961b5e3a
@ -1,9 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- manifests/kubeadmconfigtemplate-{{ _template.cluster.name }}-worker.yaml
|
||||
- manifests/machinedeployment-{{ _template.cluster.name }}-worker.yaml
|
||||
- manifests/vspheremachinetemplate-{{ _template.cluster.name }}-worker.yaml
|
||||
- downstream-cluster/kubeadmconfigtemplate-{{ _template.cluster.name }}-worker.yaml
|
||||
- downstream-cluster/machinedeployment-{{ _template.cluster.name }}-worker.yaml
|
||||
- downstream-cluster/vspheremachinetemplate-{{ _template.cluster.name }}-worker.yaml
|
||||
|
||||
patches:
|
||||
- patch: |-
|
||||
|
Loading…
Reference in New Issue
Block a user