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

Add permissions to Role in timescaledb-single, fixing #599 #601

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/timescaledb-single/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
apiVersion: v1
name: timescaledb-single
description: 'TimescaleDB HA Deployment.'
version: 0.33.2
version: 0.33.3
icon: https://cdn.iconscout.com/icon/free/png-256/timescaledb-1958407-1651618.png

# appVersion specifies the version of the software, which can vary wildly,
Expand Down
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 }}