-
Notifications
You must be signed in to change notification settings - Fork 247
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
[release-0.14] deployment/helm: fix namespace of nfd-worker role and rolebinding #1370
[release-0.14] deployment/helm: fix namespace of nfd-worker role and rolebinding #1370
Conversation
Put nfd-worker role and rolebinding in the correct namespace if namespaceOverride parameter is used.
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
LGTM label has been added. Git tree hash: de54c1ab583842de9523494bdbc4a752baaf6b01
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: k8s-infra-cherrypick-robot, marquiz 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 |
…100) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [node-feature-discovery](https://github.com/kubernetes-sigs/node-feature-discovery) | patch | `0.14.0` -> `0.14.1` | --- ### Release Notes <details> <summary>kubernetes-sigs/node-feature-discovery (node-feature-discovery)</summary> ### [`v0.14.1`](https://github.com/kubernetes-sigs/node-feature-discovery/releases/tag/v0.14.1) [Compare Source](kubernetes-sigs/node-feature-discovery@v0.14.0...v0.14.1) #### Changelog This patch release contains fixes to the Helm chart in addition to dependency updates. #### List of PRs - go.mod: bump github.com/cyphar/filepath-securejoin from 0.2.3 to 0.2.4 ([#​1346](kubernetes-sigs/node-feature-discovery#1346)) - github: separate workflow for helm repo index update ([#​1361](kubernetes-sigs/node-feature-discovery#1361)) - deployment/helm: fix namespace of nfd-worker role and rolebinding ([#​1370](kubernetes-sigs/node-feature-discovery#1370)) - deployment/helm: fix handling of enableNodeFeatureApi parameter ([#​1371](kubernetes-sigs/node-feature-discovery#1371)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45Ny4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTcuMyIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==--> Reviewed-on: https://git.home/nrdufour/home-ops/pulls/100 Co-authored-by: Renovate <renovate@ptinem.io> Co-committed-by: Renovate <renovate@ptinem.io>
This is an automated cherry-pick of #1364
/assign marquiz