Skip to content

Commit

Permalink
Merge pull request #7856 from rawagner/fix_default_yaml
Browse files Browse the repository at this point in the history
Bug 1916580: Fix default VM Template YAML
  • Loading branch information
openshift-merge-robot committed Jan 20, 2021
2 parents 81e3a4f + d9eb998 commit 0d708cb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ export const resolveDefaultVMTemplate = (params: DefaultVMLikeEntityParams): Tem
}),
)
.removeStorage('rootdisk')
// eslint-disable-next-line no-template-curly-in-string
.removeStorage('${NAME}')
.prependStorage({
disk: new DiskWrapper()
.init({
Expand Down

0 comments on commit 0d708cb

Please sign in to comment.