10 lines
183 B
YAML
10 lines
183 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- metallb.yaml
|
|
- cert-manager.yaml
|
|
- cert-manager-config.yaml
|
|
- web-test.yaml
|
|
- application.yaml
|