Skip to content

Commit

Permalink
[Refactor] Update README.md to add description of oci api key conent
Browse files Browse the repository at this point in the history
  • Loading branch information
na3150 authored Aug 9, 2023
1 parent a7f8d82 commit 5556717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following table lists the configurable parameters for `vaules.yaml` of the e
| `cloudProvider` (required) | The cloud provider where you want to save the snapshot. You can choose from `aws`, `oci` or `ncp`. | `oci` |
| `oci.user_ocid` | If you choose oci, value of user ocid. <br> `ocid1.user.oci1..xxxxxxx` | none |
| `oci.tenancy_ocid` | If you choose oci, value of tenancy ocid. `ocid1.tenancy.oc1..xxxxxxx` | none |
| `oci.api_key_path` | If you choose oci, value of the path of oci api key. This must exist on the master node. Write the path from the master node. | none |
| `oci.api_key_path` | If you choose oci, value of the path of oci api key. This must exist on the master node. Write the path from the master node. <br><br> You can create a key file in one line with the following command: <br> `$ awk -v ORS='\\n' '1' <key file>`| none |
| `oci.bucket_region` | If you choose oci, value of bucket region. | none |
| `oci.namespace` | If you choose oci, value of namsapce. | none |
| `aws.access_key_id` | If you choose aws, value of access key id | none |
Expand Down

0 comments on commit 5556717

Please sign in to comment.