Skip to content

Commit

Permalink
Merge pull request #7750 from glekner/fix-1913568
Browse files Browse the repository at this point in the history
Bug 1913568: Normal user cannot create URL template
  • Loading branch information
openshift-merge-robot committed Jan 8, 2021
2 parents 5887a73 + f4118b4 commit f787cd8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ export const createVMTemplate = async (params: CreateVMParams) => {
// eslint-disable-next-line no-await-in-loop
await k8sWrapperCreate(
new DataVolumeWrapper(storage.dataVolumeToCreate, true).addOwnerReferences(
buildOwnerReference(templateResult, { blockOwnerDeletion: true, controller: true }),
buildOwnerReference(templateResult, { controller: true }),
),
);
}
Expand Down

0 comments on commit f787cd8

Please sign in to comment.