Skip to content

Commit

Permalink
change default PVC namespace (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 authored Sep 7, 2020
1 parent 2c3f9d8 commit 65c72eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ parameters:
value: '{{ oslabels | last }}'
- name: SRC_PVC_NAMESPACE
description: Namespace of the source PVC
value: kubevirt-base-images
value: kubevirt-os-images
2 changes: 1 addition & 1 deletion templates/windows.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ parameters:
value: win2k19
- name: SRC_PVC_NAMESPACE
description: Namespace of the source PVC
value: kubevirt-base-images
value: kubevirt-os-images
2 changes: 1 addition & 1 deletion templates/windows10.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,4 @@ parameters:
value: win10
- name: SRC_PVC_NAMESPACE
description: Namespace of the source PVC
value: kubevirt-base-images
value: kubevirt-os-images

0 comments on commit 65c72eb

Please sign in to comment.