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

fix(chart): add permissions for leases #345

Merged
merged 1 commit into from
Jul 19, 2022
Merged

Conversation

andrzej-stencel
Copy link
Contributor

This fixes the error "error retrieving resource lock <namespace>/7b555970.sumologic.com: leases.coordination.k8s.io "7b555970.sumologic.com" is forbidden"

Fixes #168

This fixes the error "error retrieving resource lock namespace/7b555970.sumologic.com: leases.coordination.k8s.io "7b555970.sumologic.com" is forbidden"
@andrzej-stencel andrzej-stencel requested a review from a team as a code owner July 18, 2022 11:52
- apiGroups:
- coordination.k8s.io
resourceNames:
- 7b555970.sumologic.com

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does this name come from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in history I see that this LeaderElectionID was generated by operator sdk

@andrzej-stencel andrzej-stencel merged commit 1284e3d into main Jul 19, 2022
@andrzej-stencel andrzej-stencel deleted the add-lease-permissions branch July 19, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Helm install tailing sidecar operator error
3 participants