Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Grant permessions to endpoints/restricted
Browse files Browse the repository at this point in the history
For OpenShift explicit permissions for endpoints are required.

https://docs.openshift.com/container-platform/3.6/architecture/core_concepts/pods_and_services.html#endpoints

Addresses issue #91
  • Loading branch information
feikesteenbergen committed Jan 17, 2020
1 parent 3f29de7 commit 3c4e905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/timescaledb-single/templates/role-timescaledb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ rules:
verbs:
- create
- apiGroups: [""]
resources: ["endpoints"]
resources:
- endpoints
- endpoints/restricted
verbs:
- create
- get
Expand Down

0 comments on commit 3c4e905

Please sign in to comment.