templates/openshift: split worker from composer maintenance
This commit is contained in:
parent
3827f710de
commit
5a776c5b79
3 changed files with 162 additions and 2 deletions
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue