Browse Source

HUE-8743 [k8s] Fix indentation in Hue configmap

Romain 6 years ago
parent
commit
d02022285c
1 changed files with 5 additions and 5 deletions
  1. 5 5
      tools/kubernetes/yaml/hue/configmap.yaml

+ 5 - 5
tools/kubernetes/yaml/hue/configmap.yaml

@@ -4,9 +4,9 @@ metadata:
   name: hue-config
   name: hue-config
 data:
 data:
   hue-ini: |
   hue-ini: |
-  [desktop]
-    [[task_server]]
-      enabled=true
+    [desktop]
+      [[task_server]]
+        enabled=true
 
 
-  [impala]
-    server_host=hostname.com
+    [impala]
+      server_host=hostname.com