Browse Source

don't spin up nginx controller

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
6d808d126d
  1. 2
      .github/workflows/deploy-preprod.yml

2
.github/workflows/deploy-preprod.yml

@ -47,6 +47,8 @@ jobs:
values: |
globals:
appVersion: v${{ env.RELEASE_VERSION }}
ingress:
nginx: false
# value-files: >-
# [
# "charts/budibase/values.yaml"

Loading…
Cancel
Save