Skip to content

Commit

Permalink
add configmap create update permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pirlodog1125 authored Sep 27, 2024
1 parent 93084d8 commit dd1bbde
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifests/manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ rules:
- apiGroups: [""]
resources:
- configmaps
verbs:
- "get"
- "list"
- "update"
- "create"
- apiGroups: [""]
resources:
- jobs
verbs:
- "get"
Expand Down

0 comments on commit dd1bbde

Please sign in to comment.