-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Pipeline Run Script #1012
Open
janboll
wants to merge
10
commits into
main
Choose a base branch
from
add-pipeline-run
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add Pipeline Run Script #1012
+130
−7
Conversation
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
janboll
requested review from
bennerv,
jharrington22,
SudoBrendan,
UlrichSchlueter and
zgalor
as code owners
December 19, 2024 15:24
janboll
force-pushed
the
add-pipeline-run
branch
from
December 20, 2024 07:37
6f99df4
to
6409973
Compare
janboll
force-pushed
the
add-pipeline-run
branch
from
December 20, 2024 08:00
4d94ea6
to
54d8403
Compare
geoberle
reviewed
Dec 20, 2024
janboll
requested review from
weinong,
whober0521 and
tony-schndr
as code owners
December 20, 2024 09:16
janboll
force-pushed
the
add-pipeline-run
branch
2 times, most recently
from
December 20, 2024 10:18
6a66f7b
to
19c6c34
Compare
janboll
force-pushed
the
add-pipeline-run
branch
from
December 20, 2024 10:23
19c6c34
to
95e3147
Compare
janboll
force-pushed
the
add-pipeline-run
branch
from
December 20, 2024 11:20
f0bc350
to
d44a6e0
Compare
janboll
force-pushed
the
add-pipeline-run
branch
from
December 20, 2024 12:20
3f93246
to
8f1d889
Compare
janboll
force-pushed
the
add-pipeline-run
branch
2 times, most recently
from
December 20, 2024 13:07
6fc6ef1
to
0837ac7
Compare
janboll
force-pushed
the
add-pipeline-run
branch
2 times, most recently
from
December 20, 2024 13:45
c27cc58
to
cce37f7
Compare
janboll
force-pushed
the
add-pipeline-run
branch
5 times, most recently
from
December 20, 2024 14:36
71654f2
to
c5195ff
Compare
janboll
force-pushed
the
add-pipeline-run
branch
from
December 20, 2024 14:46
c5195ff
to
0213475
Compare
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.
What this PR does
This PR switches frontline service deployments to use
templatize
pipeline runs. It adds Makefile targets to run deployment and additionally, it adds dry run capabilities. Dry run is implemented using the helm diff plugin. In order to prevent credential leaking--suppress-secrets
is set. Nevertheless, extra care should be taken when adopting this for other helm deployments to prevent secret leaking (looking at you cluster-service 😃 )Jira: https://issues.redhat.com/browse/ARO-13774
Link to demo recording:
Special notes for your reviewer