Restructure d8-ugmk-prod kustomization to directly include infrastructure resources instead of nested directory.
This commit is contained in:
parent
ed80fd33e6
commit
8a350b4391
@ -1,9 +0,0 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- ../../../infrastructure/kafka/d8-ugmk-prod
|
|
||||||
- ../../../infrastructure/rabbitmq/d8-ugmk-prod
|
|
||||||
- ../../../infrastructure/camunda/d8-ugmk-prod
|
|
||||||
- ../../../infrastructure/vault/d8-ugmk-prod
|
|
||||||
- ../../../infrastructure/postgresql/d8-ugmk-prod
|
|
||||||
- ../../../infrastructure/zitadel/d8-ugmk-prod
|
|
||||||
@ -3,10 +3,19 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- ./flux-system
|
- ./flux-system
|
||||||
- ./helm-repositories.yaml
|
- ./helm-repositories.yaml
|
||||||
- ./infrastructure
|
|
||||||
|
|
||||||
|
# infrastructure
|
||||||
|
- ../../infrastructure/kafka/d8-ugmk-prod
|
||||||
|
- ../../infrastructure/rabbitmq/d8-ugmk-prod
|
||||||
|
- ../../infrastructure/camunda/d8-ugmk-prod
|
||||||
|
- ../../infrastructure/vault/d8-ugmk-prod
|
||||||
|
- ../../infrastructure/postgresql/d8-ugmk-prod
|
||||||
|
- ../../infrastructure/zitadel/d8-ugmk-prod
|
||||||
- ../../infrastructure/istio-config/d8-ugmk-prod
|
- ../../infrastructure/istio-config/d8-ugmk-prod
|
||||||
- ./istio-ingress
|
- ./istio-ingress
|
||||||
- ./bootstrap-jobs
|
- ./bootstrap-jobs
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
- ../../apps/attachments/d8-ugmk-prod
|
- ../../apps/attachments/d8-ugmk-prod
|
||||||
- ../../apps/control-interface/d8-ugmk-prod
|
- ../../apps/control-interface/d8-ugmk-prod
|
||||||
Loading…
Reference in New Issue
Block a user