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