freeipa / freeipa-operator

EXPERIMENTAL kubernetes operator for FreeIPA
31 stars 5 forks source link

Remove file included that does not exist here #48

Closed avisiedo closed 2 years ago

avisiedo commented 2 years ago

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

  1. 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.

Error: accumulating resources: accumulation err='accumulating resources from 'serviceaccount.yaml': evalsymlink failure on '/home/avisiedo/idmocp/freeipa-operator/config/rbac/serviceaccount.yaml' : lstat /home/avisiedo/idmocp/freeipa-operator/config/rbac/serviceaccount.yaml: no such file or directory': evalsymlink failure on '/home/avisiedo/idmocp/freeipa-operator/config/rbac/serviceaccount.yaml' : lstat /home/avisiedo/idmocp/freeipa-operator/config/rbac/serviceaccount.yaml: no such file or directory
openshift-ci[bot] commented 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

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/freeipa/freeipa-operator/blob/master/OWNERS)~~ [avisiedo,frasertweedale] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment