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

🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values #4451

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

camilamacedo86
Copy link
Member

@camilamacedo86 camilamacedo86 commented Dec 30, 2024

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

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 30, 2024
@k8s-ci-robot
Copy link
Contributor

[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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Dec 30, 2024
@camilamacedo86
Copy link
Member Author

/skip pull-kubebuilder-e2e-k8s-1-32-0

The k8s infra prow is not working yet with 1.32

@camilamacedo86
Copy link
Member Author

HI @monteiro-renato

Can you give a hand in this review?
Thx a lot

@camilamacedo86
Copy link
Member Author

/override pull-kubebuilder-e2e-k8s-1-32-0

@k8s-ci-robot
Copy link
Contributor

@camilamacedo86: Overrode contexts on behalf of camilamacedo86: pull-kubebuilder-e2e-k8s-1-32-0

In response to this:

/override pull-kubebuilder-e2e-k8s-1-32-0

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.

@camilamacedo86 camilamacedo86 added the priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. label Dec 30, 2024
@camilamacedo86 camilamacedo86 changed the title 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values WIP: 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values Dec 30, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 30, 2024
@camilamacedo86 camilamacedo86 force-pushed the fix-webhook-generation branch 6 times, most recently from bbc1bd9 to 88b1d05 Compare December 30, 2024 11:38
@camilamacedo86 camilamacedo86 changed the title WIP: 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values Dec 30, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 30, 2024
@camilamacedo86 camilamacedo86 changed the title 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values WIP 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values Dec 30, 2024
@k8s-ci-robot k8s-ci-robot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 30, 2024
@camilamacedo86 camilamacedo86 force-pushed the fix-webhook-generation branch 3 times, most recently from d93f84d to 84f50b0 Compare December 30, 2024 13:15
@camilamacedo86 camilamacedo86 changed the title WIP 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values 🐛 (helm/v1alpha1) - fix webhooks generation by removing data from helm chart values Dec 30, 2024
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Dec 30, 2024
@camilamacedo86 camilamacedo86 force-pushed the fix-webhook-generation branch 3 times, most recently from 4ae94ec to 932aadd Compare January 1, 2025 10:26
…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
@camilamacedo86 camilamacedo86 force-pushed the fix-webhook-generation branch from 932aadd to b291b42 Compare January 1, 2025 11:17
@k8s-ci-robot
Copy link
Contributor

@camilamacedo86: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubebuilder-e2e-k8s-1-32-0 b291b42 link true /test pull-kubebuilder-e2e-k8s-1-32-0

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. release-blocker size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(helm/v1alpha): Not expose webhooks data
3 participants