Skip to content
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
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Add Pipeline Run Script #1012

wants to merge 10 commits into from

Conversation

janboll
Copy link
Collaborator

@janboll janboll commented Dec 19, 2024

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

.github/workflows/services-cd.yml Outdated Show resolved Hide resolved
run_pipeline.sh Outdated Show resolved Hide resolved
@janboll janboll force-pushed the add-pipeline-run branch 2 times, most recently from 6a66f7b to 19c6c34 Compare December 20, 2024 10:18
@janboll janboll force-pushed the add-pipeline-run branch 2 times, most recently from 6fc6ef1 to 0837ac7 Compare December 20, 2024 13:07
@janboll janboll force-pushed the add-pipeline-run branch 2 times, most recently from c27cc58 to cce37f7 Compare December 20, 2024 13:45
@janboll janboll force-pushed the add-pipeline-run branch 5 times, most recently from 71654f2 to c5195ff Compare December 20, 2024 14:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants