blob: 8884ed56d458f2faba4f1350e1fec6afab6c57ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# List of resource files that kustomize reads, modifies
# and emits as a YAML string
resources:
- static-files-deploy.yaml
- static-files-ing.yaml
- static-files-svc.yaml
# - middleware.yaml
# configurations:
# - nameReference.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
|