-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds the LUKS keys to the VM specs using a secret ref. It expected to have list of strings. Each value will use the `all` selector option based on virt-v2v docs (https://www.libguestfs.org/virt-v2v.1.html). The secret should be provided in the destination namespace, the key should be `luks` and the values should be the arguments provided to virt-v2v, such as: ``` passphrase1 passphrase2 ... ``` Signed-off-by: Liran Rotenberg <[email protected]>
- Loading branch information
Showing
4 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.