diff --git a/kustomize/base/kustomization.yaml b/kustomize/base/kustomization.yaml index 08f07b1..8a7ae3e 100644 --- a/kustomize/base/kustomization.yaml +++ b/kustomize/base/kustomization.yaml @@ -3,3 +3,19 @@ kind: Kustomization resources: - cm-trade-deploy.yaml + - postgres/service.yaml + - postgres/statefulset.yaml + - hasura/service.yaml + - hasura/deployment.yaml + - hasura/job-bootstrap.yaml + +configMapGenerator: + - name: postgres-initdb + files: + - initdb/001_init.sql + - name: hasura-bootstrap-script + files: + - hasura/hasura-bootstrap.mjs + +generatorOptions: + disableNameSuffixHash: true