Skip to content
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

[BUG FIX] remove duplicate apiVersion entry at rbac.yaml #101

Closed
wants to merge 1 commit into from
Closed

[BUG FIX] remove duplicate apiVersion entry at rbac.yaml #101

wants to merge 1 commit into from

Conversation

janlauber
Copy link

Fellow Citrix Team

I've been facing the following error when installing the citrix-ingress-controller via the helm-controller from flux2:

helm-controller  Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:
  line 17: mapping key "apiVersion" already defined at line 3

So I started debugging your Helm chart, because other ones from other projects were applied successfully.
I figured out, that you have a duplicated entry in the rbac.yaml files of the both ingress-controller helm charts:

I've deleted these lines and tested it for myself, and now it's applying perfectly.
Please merge my PR into your upstream helm charts to fix this issue.

Thank you very much and kind regards
Jan Lauber
Signed-off-by: Jan Lauber [email protected]

@svengerber
Copy link

Facing the same issue. This fix seems to resolve the issue.

@priyankash-citrix
Copy link
Collaborator

Thanks @janlauber. This change was required in other files as well apart from those which were there in your PR, we have fixed this in all the charts. The fix is available in the latest chart version.
Please use the latest charts and let us know if there is any issue.

@janlauber
Copy link
Author

Thanks @priyankash-citrix
I tested it and it's working now.
Thanks for changing it.

BR,
Jan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants