knative: drop dead configmap filters#3378
Conversation
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
|
Welcome to the Kubeflow Manifests Repository Thanks for opening your first PR. Your contribution means a lot to the Kubeflow community. Before making more PRs: Community Resources:
Thanks again for helping to improve Kubeflow. |
There was a problem hiding this comment.
Pull request overview
Removes two no-op yq eval filters from the Knative synchronization script that previously attempted to drop redundant Eventing ConfigMaps from the in-memory channel manifest, but no longer match the current upstream YAML.
Changes:
- Drop the
config-observabilityfilter againstin-memory-channel.yaml. - Drop the
config-tracingfilter againstin-memory-channel.yaml.
|
@juliusvonkohout Addressed the comment : #3375 (comment) , I checked the remaining |
|
Thank you |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: danish9039 <danishsiddiqui040@gmail.com>
✏️ Summary of Changes
This PR is a small follow-up to #3375 (comment) and removes two dead
yq evalfilters fromscripts/synchronize-knative-manifests.sh:config-observabilityfilter oncommon/knative/knative-eventing/base/upstream/in-memory-channel.yamlconfig-tracingfilter oncommon/knative/knative-eventing/base/upstream/in-memory-channel.yamlThese lines were originally intended to filter redundant Eventing ConfigMaps from the in-memory channel manifest, but for the current Knative inputs they are no longer affecting the final generated output.
I did not remove the other remaining
yqcalls:📦 Dependencies
#3375#issuecomment-3986377704🐛 Related Issues
explode(.)removal in#3375✅ Contributor Checklist
Local Validation
Validated in a clean worktree and disposable repos:
yq evalcalls inscripts/synchronize-knative-manifests.shupstream/masterkustomize v5.8.1 buildon:common/knative/knative-serving/basecommon/knative/knative-eventing/basecommon/knative/knative-serving-post-install-jobs/basecommon/knative/knative-eventing-post-install-jobs/baseObserved result: