Fix not found error
This commit is contained in:
parent
c043c6febb
commit
90bd288d1c
|
@ -1,5 +1,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
|
- ./cert-manager
|
||||||
- ./networking
|
- ./networking
|
||||||
- ./storage
|
- ./storage
|
|
@ -1,7 +1,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./cert-manager
|
|
||||||
- ./traefik
|
- ./traefik
|
||||||
- ./calico
|
- ./calico
|
||||||
- ./metallb
|
- ./metallb
|
||||||
|
|
Loading…
Reference in New Issue