Skip to content

Commit

Permalink
add permission to the networking.k8s.io api group
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmoraisjr committed Nov 1, 2020
1 parent 81d8238 commit d64d1ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haproxy-ingress/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
- watch
- apiGroups:
- extensions
- networking.k8s.io
resources:
- ingresses
verbs:
Expand All @@ -57,6 +58,7 @@ rules:
- patch
- apiGroups:
- extensions
- networking.k8s.io
resources:
- ingresses/status
verbs:
Expand Down

0 comments on commit d64d1ef

Please sign in to comment.