Skip to content

Commit

Permalink
Merge pull request #287 from elee1766/patch-2
Browse files Browse the repository at this point in the history
same change for secrets.yaml
  • Loading branch information
FalkWolsky authored Jul 17, 2023
2 parents a827ce4 + 2f9092c commit 7d4f431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/helm/templates/api-service/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stringData:
{{- if .Values.mongodb.enabled }}
MONGODB_URL: "mongodb://{{ $mongoUser }}:{{ $mongoPassword }}@{{ $mongoServicename }}.{{ $nameSpace }}.svc.cluster.local/{{ $lowcoderDatabase }}?retryWrites=true&ssl=false"
{{- else }}
MONGODB_URL: {{- .Values.mongodb.externalUrl | quote }}
MONGODB_URL: {{ .Values.mongodb.externalUrl | quote }}
{{- end }}
ENCRYPTION_PASSWORD: {{ .Values.apiService.config.encryption.password | default "lowcoder.org" | quote }}
ENCRYPTION_SALT: {{ .Values.apiService.config.encryption.salt | default "lowcoder.org" | quote }}
Expand Down

0 comments on commit 7d4f431

Please sign in to comment.