Skip to content

Commit

Permalink
Remove unnecessary/incorrect ClusterRole resource (#883)
Browse files Browse the repository at this point in the history
`crd.k8s.amazonaws.com/namespaces` does not exist, and even if it did
it would already be covered by `crd.k8s.amazonaws.com/*`.  Looks like
an incorrect merge at some point.
  • Loading branch information
anguslees authored Mar 25, 2020
1 parent 2897f08 commit 2b3a065
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions config/v1.2/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down Expand Up @@ -127,5 +126,3 @@ spec:
plural: eniconfigs
singular: eniconfig
kind: ENIConfig


1 change: 0 additions & 1 deletion config/v1.3/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down
1 change: 0 additions & 1 deletion config/v1.4/aws-k8s-cni-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down
1 change: 0 additions & 1 deletion config/v1.4/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down
1 change: 0 additions & 1 deletion config/v1.5/aws-k8s-cni-cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down
1 change: 0 additions & 1 deletion config/v1.5/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down
1 change: 0 additions & 1 deletion config/v1.6/aws-k8s-cni.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ rules:
- crd.k8s.amazonaws.com
resources:
- "*"
- namespaces
verbs:
- "*"
- apiGroups: [""]
Expand Down

0 comments on commit 2b3a065

Please sign in to comment.