forgotten file

This commit is contained in:
2025-12-01 10:42:58 +01:00
parent e902d221ea
commit c4fc21d760

20
.woodpecker/ingress.yml Normal file
View File

@@ -0,0 +1,20 @@
when:
event: [tag]
steps:
apply_ingress:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4
environment:
KUBE_CONFIG_CONTENT:
from_secret: kube_config
NAMESPACE: "homea2"
commands:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- kubectl apply -f deployment/ingress.yaml -n $NAMESPACE
when:
event: [tag]
ref:
exclude:
- refs/tags/*-configchange