refactor, move cluster to app config under app/db
This commit is contained in:
parent
c733b8ea86
commit
ec343739f6
|
|
@ -3,9 +3,8 @@ kind: Kustomization
|
|||
resources:
|
||||
- ingress.yaml
|
||||
- deployment.yaml
|
||||
#- secret.yaml
|
||||
#- postgres.yaml
|
||||
- namespace.yaml
|
||||
- configmap.yaml
|
||||
- pvc.yaml
|
||||
- service.yaml
|
||||
- db
|
||||
|
|
|
|||
|
|
@ -3,4 +3,3 @@ kind: Kustomization
|
|||
resources:
|
||||
- cloudnative-pg
|
||||
- mariadb-operator
|
||||
- clusters
|
||||
|
|
|
|||
Loading…
Reference in a new issue