10 lines
219 B
YAML
10 lines
219 B
YAML
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||
|
kind: Kustomization
|
||
|
resources:
|
||
|
- ../../../base
|
||
|
patches:
|
||
|
- path: env-configmap.yml
|
||
|
- path: nextcloud-deployment.yml
|
||
|
- path: nextcloud-ingress.yml
|
||
|
namePrefix: 'richir-'
|