We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abfbfc8 commit 0f0b850Copy full SHA for 0f0b850
1 file changed
my-apps/home/home-assistant/kustomization.yaml
@@ -23,13 +23,13 @@ commonLabels:
23
generatorOptions:
24
disableNameSuffixHash: true
25
26
-# configMapGenerator:
27
-# - name: home-assistant-config
28
-# files:
29
-# - configuration.yaml
30
-# - automations.yaml
31
-# - scripts.yaml
32
-# - scenes.yaml
33
-# options:
34
-# # Better ConfigMap handling
35
-# disableNameSuffixHash: true
+configMapGenerator:
+- name: home-assistant-config
+ files:
+ - configuration.yaml
+ - automations.yaml
+ - scripts.yaml
+ - scenes.yaml
+ options:
+ # Better ConfigMap handling
+ disableNameSuffixHash: true
0 commit comments