You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| server.oci_config.region | string |`""`| Region. Required when oke is true. |
158
-
| server.oci_config.fileSecretName | string |`""`| Secret containing an OCI config file and the key_file(s). Use the scripts/oci_config.py script to help create the secret based on an existing ~.oci/config file |
158
+
| server.oci_config.fileSecretName | string |`""`| Secret containing an OCI config file and the key_file(s). Use the [scripts/oci_config.py](https://github.com/oracle-samples/ai-optimizer/blob/main/helm/scripts/oci_config.py) script to help create the secret based on an existing ~.oci/config file |
159
159
| server.oci_config.keySecretName | string |`""`| Secret containing a single API key corresponding to above tenancy configuration This used by OraOperator when not running in OKE |
160
160
161
161
###### Examples
@@ -299,7 +299,7 @@ Give the **Helm Chart** a spin using a locally installed [Kind](https://kind.sig
299
299
300
300
1. (Optional) Configure for Oracle Cloud Infrastructure
301
301
302
-
If you already have an OCI API configuration file, use the `oci_config` helper script to turn it into a secret for OCI connectivity:
302
+
If you already have an OCI API configuration file, use the [scripts/oci_config.py](https://github.com/oracle-samples/ai-optimizer/blob/main/helm/scripts/oci_config.py) helper script to turn it into a secret for OCI connectivity:
303
303
304
304
```sh
305
305
kubectl create namespace ai-optimizer
@@ -337,6 +337,11 @@ Give the **Helm Chart** a spin using a locally installed [Kind](https://kind.sig
0 commit comments