diff --git a/manifests/manifest.yaml b/manifests/manifest.yaml index af89cf9e..9eca2098 100644 --- a/manifests/manifest.yaml +++ b/manifests/manifest.yaml @@ -53,6 +53,13 @@ rules: - apiGroups: [""] resources: - configmaps + verbs: + - "get" + - "list" + - "update" + - "create" +- apiGroups: [""] + resources: - jobs verbs: - "get"