fix in ci

This commit is contained in:
2025-12-05 13:36:19 +01:00
parent 8e60802a7a
commit e820aa2000

View File

@@ -23,7 +23,6 @@ steps:
exclude:
- refs/tags/*-configchange
namespace:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4
environment:
@@ -34,6 +33,10 @@ steps:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- kubectl create namespace $NAMESPACE || echo "Namespace $NAMESPACE already exists"
when:
ref:
exclude:
- refs/tags/*-configchange
configuration:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4