16 lines
305 B
YAML
16 lines
305 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
|
||
|
resources:
|
||
|
- clusterrolebinding.yaml
|
||
|
- clusterrole.yaml
|
||
|
- configmap.yaml
|
||
|
- datasources.yaml
|
||
|
- deployment.yaml
|
||
|
- ingress.yaml
|
||
|
- podsecuritypolicy.yaml
|
||
|
- rolebinding.yaml
|
||
|
- role.yaml
|
||
|
- serviceaccount.yaml
|
||
|
- service.yaml
|