Browse Source

Fix yaml codeblock for oracle-vault provider (#5146)

Signed-off-by: Anton Mu <34460584+muckelba@users.noreply.github.com>
Anton Mu 8 months ago
parent
commit
a255971e2f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/provider/oracle-vault.md

+ 2 - 0
docs/provider/oracle-vault.md

@@ -13,7 +13,9 @@ External Secrets Operator may authenticate to OCI Vault using User Principal, [I
 
 To specify the authenticating principal in a secret store, set the `spec.provider.oracle.principalType` value. Note that the value of `principalType` defaults `InstancePrincipal` if not set.
 
+```yaml
 {% include 'oracle-principal-type.yaml' %}
+```
 
 ### User Principal Authentication