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

fix(Konflux 5917): add an example how user can use a secret in pipeline #208

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kasemAlem
Copy link

@kasemAlem kasemAlem commented Jan 15, 2025

We added a tekton task as an example how user can use the created secrets
within a build or integration pipeline

KONFLUX-5917

@kasemAlem kasemAlem changed the title Konflux 5917 fix(Konflux 5917): add an example how user can use a secret in pipeline Jan 15, 2025
Copy link

🚀 Preview is available at https://pr-208--konflux-docs.netlify.app

Comment on lines +68 to +70
- name: registry-credentials
secret:
secretName: registry.redhat.io
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is how you use a secret, but what does this secret look like that you are using? Is it clear how values need to match up between the secret and its use?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1. I think only one secret name in volumes might not enough as one example.

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.

4 participants