Explorar o código

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

Romain %!s(int64=6) %!d(string=hai) anos
pai
achega
4d5cb316c5
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      tools/kubernetes/helm/hue/templates/hue.yaml

+ 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 }}