瀏覽代碼

Commenting secrets manifest from hashicorp vault integration (#3680)

Signed-off-by: Jefferson Machado <35748721+jeffmachado@users.noreply.github.com>
Jefferson Machado 1 年之前
父節點
當前提交
03a2ee6ce0
共有 1 個文件被更改,包括 7 次插入6 次删除
  1. 7 6
      docs/provider/hashicorp-vault.md

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

@@ -89,12 +89,13 @@ spec:
       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.