---
modules:
  - name: {{appName}}-postgres-deployer
    build-parameters:
      buildpack:
        {{#hasKymaUnifiedRuntime}}
        builder: proxy-unified-runtime-dmz.int.repositories.cloud.sap/builder/noble
        {{/hasKymaUnifiedRuntime}}
        {{^hasKymaUnifiedRuntime}}
        type: nodejs
        builder: builder-jammy-base
        {{/hasKymaUnifiedRuntime}}
        path: gen/pg
        env:
          BP_NODE_RUN_SCRIPTS: ""
