From dd0c62f7f62494e599711885650459d22fbaa11e Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Fri, 15 Dec 2023 10:46:27 +0100 Subject: [PATCH] feat: add secrets to service account --- src/main/helm/templates/product-cluster-role.yaml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/main/helm/templates/product-cluster-role.yaml b/src/main/helm/templates/product-cluster-role.yaml index 11285ff..2f85f13 100644 --- a/src/main/helm/templates/product-cluster-role.yaml +++ b/src/main/helm/templates/product-cluster-role.yaml @@ -16,4 +16,12 @@ rules: - patch - update - create - - delete \ No newline at end of file + - delete + - apiGroups: + - "" + resources: + - secrets + verbs: + - get + - list + - watch