From 09498dd0e58ea59e31fca77de0113d689db2abb5 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Fri, 21 Nov 2025 11:33:58 +0100 Subject: [PATCH] namespace and config 2 --- .woodpecker.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a6081d3..6afc8be 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -46,13 +46,13 @@ steps: KUBE_CONFIG_CONTENT: from_secret: kube_config commands: - kubectl create configmap home-automation-config \ - --from-file=devices=config/devices.yaml \ - --from-file=groups=config/groups.yaml \ - --from-file=layout=config/layout.yaml \ - --from-file=rules=config/rules.yaml \ - --from-file=scenes=config/scenes.yaml \ - --namespace=${NAMESPACE} \ + kubectl create configmap home-automation-config + --from-file=devices=config/devices.yaml + --from-file=groups=config/groups.yaml + --from-file=layout=config/layout.yaml + --from-file=rules=config/rules.yaml + --from-file=scenes=config/scenes.yaml + --namespace=${NAMESPACE} --dry-run=client -o yaml | kubectl apply -f - when: event: [tag]