Parameterize namespace in prow builds template#99
Merged
0xmichalis merged 1 commit intoAug 30, 2017
Conversation
Signed-off-by: Michail Kargakis <mkargaki@redhat.com>
droslean
pushed a commit
to droslean/release
that referenced
this pull request
Jan 14, 2022
Delete the ginsul dev manifest files
1 task
openshift-merge-bot Bot
pushed a commit
that referenced
this pull request
May 18, 2026
The boot step maintained inline heredoc copies of refresh-after-snapshot.sh and prepare-fulfillment-service.sh that were mounted into the osac-installer container, overriding the built-in versions. These copies were added when the scripts hadn't been merged upstream yet (PR #95, PR #99). Both PRs are now merged. Remove the heredocs and volume mount overrides so the osac-installer image's built-in scripts are used directly. This picks up the refresh improvements from osac-installer PR #99: - Keycloak realm sync via admin API - Fulfillment controller credentials recreation - Keycloak route domain patching - Parallel rollout waits after kustomize apply - User password setup
wgahnagl
pushed a commit
to wgahnagl/release
that referenced
this pull request
May 20, 2026
…shift#79422) The boot step maintained inline heredoc copies of refresh-after-snapshot.sh and prepare-fulfillment-service.sh that were mounted into the osac-installer container, overriding the built-in versions. These copies were added when the scripts hadn't been merged upstream yet (PR openshift#95, PR openshift#99). Both PRs are now merged. Remove the heredocs and volume mount overrides so the osac-installer image's built-in scripts are used directly. This picks up the refresh improvements from osac-installer PR openshift#99: - Keycloak realm sync via admin API - Fulfillment controller credentials recreation - Keycloak route domain patching - Parallel rollout waits after kustomize apply - User password setup
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Michail Kargakis mkargaki@redhat.com