initial
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-02-10 12:37:46 +01:00
commit 9951c1ced5
9 changed files with 259 additions and 0 deletions

4
deployment/pushconfig.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
kubectl create configmap tsm-mqtt-conf --from-literal=SNMP_MQTT_CONF="`cat config.json`" --dry-run=client -o yaml --save-config | kubectl apply -f - -n homea