- longhorn: move ingress to helm-values, nodes to manifests - velero: move ingress to velero-ui inline values
8 lines
186 B
YAML
8 lines
186 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
namespace: longhorn
|
|
resources:
|
|
- manifests/mayne-vcn.yaml
|
|
- manifests/mayne-worker-1.yaml
|
|
- manifests/mayne-worker-2.yaml
|