fix: Update kustomization template with correct paths
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Danny Bessems 2023-10-18 14:47:36 +02:00
parent c1a8a35494
commit f6961b5e3a
1 changed files with 3 additions and 3 deletions

View File

@ -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: |-