Fix not found error

This commit is contained in:
SeanOMik 2023-04-04 22:45:01 -04:00
parent c043c6febb
commit 90bd288d1c
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
2 changed files with 1 additions and 1 deletions

View File

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

View File

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