mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
fix(chart): helpers template auth.password typo
This commit is contained in:
@@ -119,7 +119,7 @@ Create the mongodb connection string.
|
||||
{{- $host := include "infisical.mongodb.fullname" . -}}
|
||||
{{- $port := 27017 -}}
|
||||
{{- $user := first .Values.mongodb.auth.usernames | default "root" -}}
|
||||
{{- $pass := first .Values.mongodb.auth.usernames | default "root" -}}
|
||||
{{- $pass := first .Values.mongodb.auth.passwords | default "root" -}}
|
||||
{{- $database := first .Values.mongodb.auth.databases | default "test" -}}
|
||||
{{- $connectionString := printf "mongodb://%s:%s@%s:%d/%s" $user $pass $host $port $database -}}
|
||||
{{- if .Values.mongodbConnection.externalMongoDBConnectionString -}}
|
||||
|
||||
Reference in New Issue
Block a user