diff --git a/api/batch/manifest.go b/api/batch/manifest.go index 9d47c9be0..f5b3b6c85 100644 --- a/api/batch/manifest.go +++ b/api/batch/manifest.go @@ -70,6 +70,18 @@ var ( "*", }, }, + { + // Allow driver to manage configmaps + APIGroups: []string{ + "", // indicates the core API group + }, + Resources: []string{ + "configmaps", + }, + Verbs: []string{ + "*", + }, + }, } )