Skip to content
Snippets Groups Projects
Verified Commit 44123553 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(system-upgrade): Remove CRD permissions

The System Upgrade Controller (SUC) tries to adopt the CRD, requiring
writing permissions, when it can read the CRD. Since we deploy the CRD
anyway, and SUC doesn't need to adopt the CRD. If it can't read CRDs it
just assumes they are all in order, therefore not trying to adopt them.

Therefore this patch removes the permission preventing errors.
parent accb7be7
No related branches found
Tags postgres-0.2.27
No related merge requests found
...@@ -20,14 +20,6 @@ rules: ...@@ -20,14 +20,6 @@ rules:
- get - get
- list - list
- watch - watch
- apiGroups:
- "apiextensions.k8s.io"
resources:
- customresourcedefinitions
verbs:
- get
- list
- watch
- apiGroups: - apiGroups:
- upgrade.cattle.io - upgrade.cattle.io
resources: resources:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment