Просмотр исходного кода

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 год назад
Родитель
Сommit
768fb47622
1 измененных файлов с 2 добавлено и 0 удалено
  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:
 
 ```yaml
+{% raw %}
 apiVersion: external-secrets.io/v1alpha1
 kind: PushSecret
 metadata:
@@ -151,6 +152,7 @@ spec:
         secretKey: bestpokemon
         remoteRef:
           remoteKey: best-pokemon
+{% endraw %}
 ```
 
 ### Secret Replication and Encryption Configuration