This commit is contained in:
Florian Herrengt 2024-01-25 14:14:19 +00:00
parent be6e45e773
commit 5b86f1854e
1 changed files with 3 additions and 3 deletions

View File

@ -9,12 +9,12 @@ trigger:
- push
steps:
- name: kustomization
image: bitnami/kubectl:latest
- name: kubectl
image: bitnami/kubectl
environment:
KUBE_CONFIG:
from_secret: KUBE_CONFIG
commands:
- echo "$$KUBE_CONFIG" | base64 -d > ç
- echo "$$KUBE_CONFIG" | base64 -d > /.kube/config
- kubectl kustomize ./kustomization/overlays/staging
- kubectl apply -k ./kustomization/overlays/staging