Skip to content

Commit

Permalink
Merge pull request #1940 from upalatucci/fix-accessreview-processed-t…
Browse files Browse the repository at this point in the history
…emplate

CNV-40419: fix processed template access review with apiGroup
  • Loading branch information
openshift-merge-bot[bot] committed May 15, 2024
2 parents 3940540 + 1d93361 commit 105826e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ const useCreateDrawerForm = (
const [models, modelsLoading] = useK8sModels();

const [processedTemplateAccessReview] = useAccessReview({
group: ProcessedTemplatesModel.apiGroup,
namespace,
resource: ProcessedTemplatesModel.plural,
verb: 'create',
Expand Down

0 comments on commit 105826e

Please sign in to comment.