This commit is contained in:
2025-11-29 00:04:26 +01:00
parent b12bbc1eb0
commit 61134f8bfa
2 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ matrix:
- abstraction - abstraction
- rules - rules
steps:
build: build:
image: plugins/kaniko image: plugins/kaniko
settings: settings:

View File

@@ -5,6 +5,7 @@ matrix:
- abstraction - abstraction
- rules - rules
steps:
deploy: deploy:
image: quay.io/wollud1969/k8s-admin-helper:0.3.4 image: quay.io/wollud1969/k8s-admin-helper:0.3.4
environment: environment:
@@ -16,6 +17,10 @@ matrix:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig - printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig - export KUBECONFIG=/tmp/kubeconfig
- echo "Deploying application ${APP} (${IMAGE}) to namespace ${NAMESPACE}" - echo "Deploying application ${APP} (${IMAGE}) to namespace ${NAMESPACE}"
depends_on:
- build
- create_namespace
- apply_configuration
when: when:
event: [tag] event: [tag]
ref: ref: