Fix ci and add sa name tp the job
Some checks failed
ci/woodpecker/push/helmfile Pipeline failed

This commit is contained in:
Nikolai Rodionov 2024-10-10 07:30:45 +02:00
parent ff66c79f5c
commit 7713109cb3
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -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: