Add a first version of CI

This commit is contained in:
Nikolai Rodionov 2024-09-20 17:20:06 +02:00
parent a1b5b510cc
commit 2a850c172c
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

17
.woodpecker/helmfile.yaml Normal file
View File

@ -0,0 +1,17 @@
when:
event:
- push
matrix:
include:
- NAME: badhouseplants
ENV: badhouseplants
steps:
build:
image: ghcr.io/helmfile/helmfile:latest
privileged: true
commands:
- mkdir ~/.kube
- echo $K8S_CONFIG > ~/.kube/config
- helmfile -e "${ENV}" diff
secrets:
- k8s_config