Эх сурвалжийг харах

HUE-8744 [k8s] Provide the config for the out of the box postgres DB

Romain 6 жил өмнө
parent
commit
4d5cb316c5

+ 9 - 0
tools/kubernetes/helm/hue/templates/hue.yaml

@@ -4,6 +4,15 @@ metadata:
   name: hue-config
 data:
   hue-ini: |
+    [desktop]
+    [[database]]
+    engine=postgresql_psycopg2
+    host=hue-postgres
+    port=5432
+    user=hue
+    password=hue
+    name=hue
+
     [impala]
     server_host={{ .Values.impala.server_host }}