Skip to content

Commit

Permalink
Merge pull request #1734 from Fryguy/fix_invalid_method
Browse files Browse the repository at this point in the history
Fix missing method v2_key

(cherry picked from commit fbe6646)
  • Loading branch information
kbrock authored and Fryguy committed Aug 31, 2023
1 parent ccb0c31 commit daf7c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installing_on_kubernetes/_topics/migrate_from_appliance.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

2. Export the encryption key and Base64 encode it for the Kubernetes Secret.

$ vmdb && rails r "puts Base64.encode64(ManageIQ::Password.v2_key.to_s)"
$ vmdb && rails r "puts Base64.encode64(ManageIQ::Password.key.to_s)"

3. Get the region number

Expand Down

0 comments on commit daf7c71

Please sign in to comment.