Fix ci and add sa name tp the job
This commit is contained in:
parent
b6e0417ac7
commit
827dbe6f15
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user