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.
1 parent 76c3728 commit 1857670Copy full SHA for 1857670
docs/src/gs/install-cluster-api.md
@@ -39,7 +39,7 @@ Before installing Cluster API Provider for OCI (CAPOCI), you must first set up y
39
export OCI_REGION_B64="$(echo -n "$OCI_REGION" | base64 | tr -d '\n')"
40
export OCI_CREDENTIALS_KEY_B64=$(base64 < <path-to-api-private-key-file> | tr -d '\n')
41
# if Passphrase is present
42
- export OCI_CREDENTIALS_PASSPHRASE_B64="$(echo -n "OCI_CREDENTIALS_PASSPHRASE" | base64 | tr -d '\n')"
+ export OCI_CREDENTIALS_PASSPHRASE_B64="$(echo -n "$OCI_CREDENTIALS_PASSPHRASE" | base64 | tr -d '\n')"
43
```
44
45
## Initialize management cluster
0 commit comments