diff --git a/.woodpecker/helmfile.yaml b/.woodpecker/helmfile.yaml new file mode 100644 index 0000000..adeab6d --- /dev/null +++ b/.woodpecker/helmfile.yaml @@ -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