Skip to content

Commit

Permalink
timescaledb-single: Add services to Role, fix timescale#599
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilian Marschall <[email protected]>
  • Loading branch information
geilername committed Mar 29, 2023
1 parent 7ded6b6 commit 69e13c8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/timescaledb-single/templates/role-timescaledb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,15 @@ rules:
- patch
- update
- watch
# add services to fix issue #599
- apiGroups: [""]
resources: ["services"]
verbs:
- create
- get
- list
- patch
- update
- watch
- delete
{{- end }}

0 comments on commit 69e13c8

Please sign in to comment.