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
  • Loading branch information
kbrock authored Jul 13, 2023
2 parents 29b1ced + 57890bd commit fbe6646
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 @@ -32,7 +32,7 @@ postgresql NodePort 192.0.2.1 <none> 5432:31871/TCP 2m
2. Export the encryption key and Base64 encode it for the Kubernetes Secret.

```bash
$ 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 fbe6646

Please sign in to comment.