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:59:29 +02:00
parent 66bf0e5e0b
commit 1b8dd217b1
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD

View File

@ -27,7 +27,7 @@ steps:
exclude: exclude:
- main - main
commands: commands:
- yq - sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml
- helmfile -e "${ENV}" diff - helmfile -e "${ENV}" diff
diff: diff:
!!merge <<: *opts !!merge <<: *opts
@ -36,4 +36,5 @@ steps:
include: include:
- main - main
commands: commands:
- sed -i "/\b\(kubeContext\)\b/d" common/environments.yaml
- helmfile -e "${ENV}" apply - helmfile -e "${ENV}" apply