-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
templates/openshift: make the maintenance template generic
We could deploy this job for both composer and each tenant's workers that's present in app-intf. Then we can remove the maintenance bits from the composer template.
- Loading branch information
1 parent
5a776c5
commit 3672996
Showing
2 changed files
with
58 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -286,10 +286,10 @@ jobs: | |
-p IMAGE_TAG=image_tag \ | ||
--local \ | ||
-o yaml > processed-templates/composer.yml | ||
oc process -f templates/openshift/maintenance-crc-workers.yml \ | ||
oc process -f templates/openshift/maintenance.yml \ | ||
-p IMAGE_TAG=image_tag \ | ||
--local \ | ||
-o yaml > processed-templates/maintenance-crc-workers.yml | ||
-o yaml > processed-templates/maintenance.yml | ||
- uses: stackrox/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters