Skip to content

Commit e83e8cf

Browse files
Junyi Houclaude
andcommitted
fix: set mongo.in_cluster to true for dev and stg
Both environments use the in-cluster mongo deployed by the helm chart, so in_cluster should be true. This lets the template generate the correct FQDN automatically, removing the dependency on MONGO_URI_DEV and MONGO_URI_STG secrets. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 2c08721 commit e83e8cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

hack/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cloudflareNodeSelector:
66
kubernetes.io/hostname: nuc
77

88
mongo:
9-
in_cluster: false
9+
in_cluster: true

hack/values-stg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ cloudflareNodeSelector:
66
kubernetes.io/hostname: nuc
77

88
mongo:
9-
in_cluster: false
9+
in_cluster: true

0 commit comments

Comments
 (0)