[
https://issues.apache.org/jira/browse/YUNIKORN-3130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wilfred Spiegelenburg resolved YUNIKORN-3130.
---------------------------------------------
Fix Version/s: 1.9.0
Resolution: Fixed
updated the helm chart with the namespace for role and rolebinding
> Role and RoleBinding are missing namespace tag
> ----------------------------------------------
>
> Key: YUNIKORN-3130
> URL: https://issues.apache.org/jira/browse/YUNIKORN-3130
> Project: Apache YuniKorn
> Issue Type: Bug
> Components: release
> Reporter: Wilfred Spiegelenburg
> Assignee: Wilfred Spiegelenburg
> Priority: Minor
> Labels: pull-request-available
> Fix For: 1.9.0
>
>
> The Role and RoleBinding objects in the rbac of the helm templates are
> missing the namespace tag in the metadata. If helm template is used and then
> the output applied the Role and RoleBinding might end up in a different
> namespace than the service account and or other objects.
> Add namespace in the templates to the roles and bindings to make sure they
> always end up in the correct namespace by adding:
> {code:java}
> namespace: {{ .Release.Namespace }} {code}
> I might have missed some other objects that should have the namespace tag on
> it
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]