10 lines
288 B
YAML
10 lines
288 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- ./flux-system
|
|
- ./helm-repositories.yaml
|
|
- ./infrastructure
|
|
- ./test-service.yaml
|
|
- ../../apps/mapper/brusnika-stage
|
|
- ../../apps/control-interface/brusnika-stage
|
|
- ../../apps/django/brusnika-stage |