17 lines
521 B
YAML
17 lines
521 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./flux-system
|
|
- ./helm-repositories.yaml
|
|
- ./infrastructure
|
|
- ./test-flux-service.yaml
|
|
|
|
- ../../apps/mapper/brusnika-prod
|
|
- ../../apps/documentations/brusnika-prod
|
|
- ../../apps/notes/brusnika-prod
|
|
- ../../apps/drawings/brusnika-prod
|
|
- ../../apps/workspaces/brusnika-prod
|
|
- ../../apps/django/brusnika-prod
|
|
- ../../apps/control-interface/brusnika-prod
|
|
- ../../apps/processing/brusnika-prod
|
|
- ../../apps/eav/brusnika-prod |