Add extraObjects support to the knative-operator chart - #2342
Conversation
Signed-off-by: Abdullah Alaqeel <abdullah.t.aqeel@gmail.com>
|
Welcome @aqeelat! It looks like this is your first PR to knative/operator 🎉 |
|
Hi @aqeelat. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: aqeelat The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
What
Adds an optional
extraObjectslist to theknative-operatorHelm chart. Each entry renders as a manifest alongside the operator. Empty by default — no behavior change for existing installs.Why
Operators frequently need small platform-specific adjuncts that don't belong in the chart proper: OpenShift SCC bindings, extra RBAC, NetworkPolicies, PriorityClasses. The standard Helm
extraObjectsidiom (as in kube-prometheus-stack and bitnami charts) lets users keep those in the same release instead of parallel tooling.Example:
cc @dsimansk @kahirokunn