-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Make defaults config map name customizable #2260
Conversation
Hi @eddycharly. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @abayer |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/meow
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Strange, it doesn't work with webhook... error: configmap "config-defaults" not found
|
Arf, it wasn't part of the release. My bad, sorry. |
This PR makes the defaults config map name customizable.
It allows users to override the defaults config map name by specifying a
CONFIG_DEFAULTS_NAME
environment variable.This is already the case for artifacts configurations :
pipeline/pkg/artifacts/artifacts_storage.go
Lines 69 to 83 in fbde4aa
If the environment variable is not defined, it uses the
config-defaults
name.I would like to have this to be able to generate a unique config map name in a helm chart (see tektoncd/experimental#494).