Skip to content

Commit 572b57d

Browse files
Junyi-994ndrelimJunyi Houclaude
authored
docs: add contributing instructions (#127) (#142)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>## Co-authored-by: andre <95348273+4ndrelim@users.noreply.github.com> Co-authored-by: Junyi Hou <junyi@xtras3.tail08d22c.ts.net> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 95163e8 commit 572b57d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

helm-chart/templates/paperdebugger.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ data:
7676
INFERENCE_BASE_URL: "{{ .Values.inference_base_url }}"
7777
INFERENCE_API_KEY: "{{ .Values.inference_api_key }}"
7878
JWT_SIGNING_KEY: "{{ .Values.jwt_signing_key }}"
79-
{{ if not .Values.mongo.in_cluster }}
79+
{{- if .Values.mongo.in_cluster }}
80+
PD_MONGO_URI: "mongodb://mongo.{{ .Values.namespace }}.svc.cluster.local:27017/?replicaSet=in-cluster"
81+
{{- else }}
8082
PD_MONGO_URI: "{{ .Values.mongo.uri }}"
81-
{{ end }}
83+
{{- end }}

0 commit comments

Comments
 (0)