mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: fix beta deployment
This commit is contained in:
1
.github/actions/deploy/deploy.mjs
vendored
1
.github/actions/deploy/deploy.mjs
vendored
@@ -71,6 +71,7 @@ const createHelmCommand = ({ isDryRun }) => {
|
|||||||
isProduction || isBeta || isInternal
|
isProduction || isBeta || isInternal
|
||||||
? [
|
? [
|
||||||
`--set cloud-sql-proxy.enabled=true`,
|
`--set cloud-sql-proxy.enabled=true`,
|
||||||
|
`--set-string cloud-sql-proxy.database.connectionName="${GCLOUD_CONNECTION_NAME}"`,
|
||||||
`--set-string global.database.host=${DATABASE_URL}`,
|
`--set-string global.database.host=${DATABASE_URL}`,
|
||||||
`--set-string global.database.user=${DATABASE_USERNAME}`,
|
`--set-string global.database.user=${DATABASE_USERNAME}`,
|
||||||
`--set-string global.database.password=${DATABASE_PASSWORD}`,
|
`--set-string global.database.password=${DATABASE_PASSWORD}`,
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
replicaCount: 3
|
replicaCount: 3
|
||||||
enabled: false
|
enabled: false
|
||||||
|
database:
|
||||||
|
connectionName: ""
|
||||||
|
|
||||||
image:
|
image:
|
||||||
# the tag is defined as chart appVersion.
|
# the tag is defined as chart appVersion.
|
||||||
|
|||||||
Reference in New Issue
Block a user