We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29b1ced + 57890bd commit fbe6646Copy full SHA for fbe6646
installing_on_kubernetes/_topics/migrate_from_appliance.md
@@ -32,7 +32,7 @@ postgresql NodePort 192.0.2.1 <none> 5432:31871/TCP 2m
32
2. Export the encryption key and Base64 encode it for the Kubernetes Secret.
33
34
```bash
35
- $ vmdb && rails r "puts Base64.encode64(ManageIQ::Password.v2_key.to_s)"
+ $ vmdb && rails r "puts Base64.encode64(ManageIQ::Password.key.to_s)"
36
```
37
38
3. Get the region number
0 commit comments