Skip to content

Commit

Permalink
Merge pull request #1629 from ameukam/allow-ingress-net
Browse files Browse the repository at this point in the history
Allow admin access for ingresses
  • Loading branch information
k8s-ci-robot authored Feb 10, 2021
2 parents 99861d1 + bad68cc commit 5b2304f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/gcp/namespaces/namespace-user-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rules:
resources: ["leases"]
verbs: ["*"]
- apiGroups: ["networking.k8s.io"]
resources: ["networkpolicies"]
resources: ["networkpolicies","ingresses"]
verbs: ["*"]
- apiGroups: ["cert-manager.io"]
resources: ["certificates"]
Expand Down

0 comments on commit 5b2304f

Please sign in to comment.