-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values #4451
base: master
Are you sure you want to change the base?
🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values #4451
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 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 |
2c9f1e3
to
2c7f288
Compare
/skip pull-kubebuilder-e2e-k8s-1-32-0 The k8s infra prow is not working yet with 1.32 |
Can you give a hand in this review? |
4bd0c1a
to
1d664f8
Compare
/override pull-kubebuilder-e2e-k8s-1-32-0 |
@camilamacedo86: Overrode contexts on behalf of camilamacedo86: pull-kubebuilder-e2e-k8s-1-32-0 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-sigs/prow repository. |
1d664f8
to
7a0d45f
Compare
bbc1bd9
to
88b1d05
Compare
88b1d05
to
cdfb8b0
Compare
d93f84d
to
84f50b0
Compare
4ae94ec
to
932aadd
Compare
…hart values This commit changes the code implementation so that the webhook values in the helm chart are not generated. Instead, only expose the values to enable or not webhooks
932aadd
to
b291b42
Compare
@camilamacedo86: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
This commit changes the code implementation so that the webhook values in the helm chart are not generated. Instead, only expose the values to enable or not webhooks
Closes: #4382