From c8a64eee821bd2ecdb97f263bb5afd4ed0b980be Mon Sep 17 00:00:00 2001 From: Anderson Abreu Date: Wed, 31 May 2023 23:54:41 -0400 Subject: [PATCH] add "services" as part of resources used in this role Signed-off-by: Anderson Abreu --- charts/timescaledb-single/templates/role-timescaledb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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