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

Correct typo in allow-edit-rbac: apiGroups should not include version #296

Merged
merged 1 commit into from
Sep 28, 2023

Conversation

larsks
Copy link
Member

@larsks larsks commented Sep 28, 2023

This corrects a typo introduced in #290, instead of:

- apiGroups:
    - "rbac.authorization.k8s.io/v1"

We should have:

- apiGroups:
    - "rbac.authorization.k8s.io"

This corrects a typo introduced in #290, instead of:

    - apiGroups:
        - "rbac.authorization.k8s.io/v1"

We should have:

    - apiGroups:
        - "rbac.authorization.k8s.io"
@larsks larsks force-pushed the fix/allow-edit-rbac branch from b6618e5 to 1a172d5 Compare September 28, 2023 15:29
@larsks larsks merged commit 47c400d into main Sep 28, 2023
2 checks passed
@larsks larsks deleted the fix/allow-edit-rbac branch September 29, 2023 00:24
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.

2 participants