templates/openshift: split worker from composer maintenance

This commit is contained in:
Sanne Raymaekers 2024-04-24 13:36:10 +02:00
parent 3827f710de
commit 5a776c5b79
3 changed files with 162 additions and 2 deletions

View file

@ -282,10 +282,14 @@ jobs:
- name: Process template
run: |
mkdir processed-templates
oc process -f templates/composer.yml \
oc process -f templates/openshift/composer.yml \
-p IMAGE_TAG=image_tag \
--local \
-o yaml > processed-templates/composer.yml
oc process -f templates/openshift/maintenance-crc-workers.yml \
-p IMAGE_TAG=image_tag \
--local \
-o yaml > processed-templates/maintenance-crc-workers.yml
- uses: stackrox/kube-linter-action@v1.0.5
with: