Closed avisiedo closed 2 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: avisiedo, frasertweedale
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Description
The kustomization.yaml file at config/rbac include the file serviceaccount.yaml that is not used and it is not needed in this state. Remove the resource at config/rbac/kustomization.yaml to avoid errors when invoking kustomize build command.
Steps
kustomize build config/rbac
Expected result
All the resources build for config/rbac
Current result
An error is arisen because the 'config/rbac/serviceaccount.yaml' file does not exist.