diff --git a/.woodpecker/helmfile.yaml b/.woodpecker/helmfile.yaml index 7aaef44..7183ee7 100644 --- a/.woodpecker/helmfile.yaml +++ b/.woodpecker/helmfile.yaml @@ -6,6 +6,20 @@ matrix: - NAME: badhouseplants ENV: badhouseplants steps: + test: + image: ghcr.io/helmfile/helmfile:latest + commands: + - kubectl get all -A + backend_options: + kubernetes: + serviceAccountName: woodpecker-ci + resources: + requests: + memory: 500Mi + cpu: 200m + limits: + memory: 500Mi + cpu: 200m build: image: ghcr.io/helmfile/helmfile:latest commands: