Wilfred Spiegelenburg created YUNIKORN-3130:
-----------------------------------------------

             Summary: 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


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]

Reply via email to