Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
09498dd0e5
|
@@ -46,13 +46,13 @@ steps:
|
|||||||
KUBE_CONFIG_CONTENT:
|
KUBE_CONFIG_CONTENT:
|
||||||
from_secret: kube_config
|
from_secret: kube_config
|
||||||
commands:
|
commands:
|
||||||
kubectl create configmap home-automation-config \
|
kubectl create configmap home-automation-config
|
||||||
--from-file=devices=config/devices.yaml \
|
--from-file=devices=config/devices.yaml
|
||||||
--from-file=groups=config/groups.yaml \
|
--from-file=groups=config/groups.yaml
|
||||||
--from-file=layout=config/layout.yaml \
|
--from-file=layout=config/layout.yaml
|
||||||
--from-file=rules=config/rules.yaml \
|
--from-file=rules=config/rules.yaml
|
||||||
--from-file=scenes=config/scenes.yaml \
|
--from-file=scenes=config/scenes.yaml
|
||||||
--namespace=${NAMESPACE} \
|
--namespace=${NAMESPACE}
|
||||||
--dry-run=client -o yaml | kubectl apply -f -
|
--dry-run=client -o yaml | kubectl apply -f -
|
||||||
when:
|
when:
|
||||||
event: [tag]
|
event: [tag]
|
||||||
|
|||||||
Reference in New Issue
Block a user