Browse Source

Commenting secrets manifest from hashicorp vault integration (#3680)

Signed-off-by: Jefferson Machado <35748721+jeffmachado@users.noreply.github.com>
Jefferson Machado 1 year ago
parent
commit
03a2ee6ce0
1 changed files with 7 additions and 6 deletions
  1. 7 6
      docs/provider/hashicorp-vault.md

+ 7 - 6
docs/provider/hashicorp-vault.md

@@ -89,12 +89,13 @@ spec:
       property: dev
       property: dev
 
 
 ---
 ---
-# will create a secret with:
-kind: Secret
-metadata:
-  name: example-sync
-data:
-  foobar: czNjcjN0
+# That will automatically create a Kubernetes Secret with:
+# apiVersion: v1
+# kind: Secret
+# metadata:
+#  name: example-sync
+# data:
+#  foobar: czNjcjN0
 ```
 ```
 
 
 Keep in mind that fetching the labels with `metadataPolicy: Fetch` only works with KV sercrets engine version v2.
 Keep in mind that fetching the labels with `metadataPolicy: Fetch` only works with KV sercrets engine version v2.