Skip to content

Commit fbe6646

Browse files
authored
Merge pull request #1734 from Fryguy/fix_invalid_method
Fix missing method v2_key
2 parents 29b1ced + 57890bd commit fbe6646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installing_on_kubernetes/_topics/migrate_from_appliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ postgresql NodePort 192.0.2.1 <none> 5432:31871/TCP 2m
3232
2. Export the encryption key and Base64 encode it for the Kubernetes Secret.
3333

3434
```bash
35-
$ vmdb && rails r "puts Base64.encode64(ManageIQ::Password.v2_key.to_s)"
35+
$ vmdb && rails r "puts Base64.encode64(ManageIQ::Password.key.to_s)"
3636
```
3737

3838
3. Get the region number

0 commit comments

Comments
 (0)