|
|
@@ -32,7 +32,7 @@ This will automatically generate a fingerprint.
|
|
|

|
|
|
|
|
|
### Update secret store
|
|
|
-Be sure the `oracle` provider is listed in the `Kind=SecretStore`
|
|
|
+Be sure the `oracle` provider is listed in the `Kind=SecretStore`.
|
|
|
|
|
|
```yaml
|
|
|
{% include 'oracle-secret-store.yaml' %}
|
|
|
@@ -51,4 +51,4 @@ To create a kubernetes secret from the Oracle Cloud Interface secret a`Kind=Exte
|
|
|
The operator will fetch the project variable and inject it as a `Kind=Secret`.
|
|
|
```
|
|
|
kubectl get secret oracle-secret-to-create -o jsonpath='{.data.dev-secret-test}' | base64 -d
|
|
|
-```
|
|
|
+```
|