diff --git a/charts/timescaledb-single/templates/role-timescaledb.yaml b/charts/timescaledb-single/templates/role-timescaledb.yaml index 2694af1f..ced6847d 100644 --- a/charts/timescaledb-single/templates/role-timescaledb.yaml +++ b/charts/timescaledb-single/templates/role-timescaledb.yaml @@ -12,7 +12,7 @@ metadata: app.kubernetes.io/component: rbac rules: - apiGroups: [""] - resources: ["configmaps"] + resources: ["configmaps", "services"] verbs: - create - get