Browse Source

docs: add raw markdown tags to PushSecret example in Google Secrets Manager documentation (#4213)

Signed-off-by: Jan Lauber <jan.lauber@protonmail.ch>
Jan Lauber 1 year ago
parent
commit
768fb47622
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/provider/google-secrets-manager.md

+ 2 - 0
docs/provider/google-secrets-manager.md

@@ -123,6 +123,7 @@ By default, the PushSecret spec will replace any existing labels on the existing
 Example of using the `mergePolicy` field:
 Example of using the `mergePolicy` field:
 
 
 ```yaml
 ```yaml
+{% raw %}
 apiVersion: external-secrets.io/v1alpha1
 apiVersion: external-secrets.io/v1alpha1
 kind: PushSecret
 kind: PushSecret
 metadata:
 metadata:
@@ -151,6 +152,7 @@ spec:
         secretKey: bestpokemon
         secretKey: bestpokemon
         remoteRef:
         remoteRef:
           remoteKey: best-pokemon
           remoteKey: best-pokemon
+{% endraw %}
 ```
 ```
 
 
 ### Secret Replication and Encryption Configuration
 ### Secret Replication and Encryption Configuration