|
|
@@ -11,7 +11,11 @@ data:
|
|
|
host={{ .Values.hue.database.host }}
|
|
|
port={{ .Values.hue.database.port }}
|
|
|
user={{ .Values.hue.database.user }}
|
|
|
+{{- if .Values.hue.database.password_script }}
|
|
|
+ password_script={{ .Values.hue.database.password_script }}
|
|
|
+{{- else }}
|
|
|
password={{ .Values.hue.database.password }}
|
|
|
+{{- end }}
|
|
|
name={{ .Values.hue.database.name }}
|
|
|
|
|
|
[aws]
|