From 7713109cb3f04a98e5cd496a2c13f7674d35bd4c Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 10 Oct 2024 07:30:45 +0200 Subject: [PATCH] Fix ci and add sa name tp the job --- .woodpecker/helmfile.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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: