Browse Source

HUE-8744 [k8s] Adding missing hue ini configmap yaml file

Romain 6 years ago
parent
commit
70d95cecad
1 changed files with 7 additions and 0 deletions
  1. 7 0
      tools/kubernetes/helm/hue/templates/configmap-hue-extra.yaml

+ 7 - 0
tools/kubernetes/helm/hue/templates/configmap-hue-extra.yaml

@@ -0,0 +1,7 @@
+apiVersion: v1
+kind: ConfigMap
+metadata:
+  name: hue-config-extra
+data:
+  hue-ini: |
+    {{ .Values.hue.ini | indent 4 | trim }}