From 03a2ee6ce0ffc3f412e64e111045a09cc3d6af9b Mon Sep 17 00:00:00 2001 From: Jefferson Machado <35748721+jeffmachado@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:08:33 -0300 Subject: [PATCH] Commenting secrets manifest from hashicorp vault integration (#3680) Signed-off-by: Jefferson Machado <35748721+jeffmachado@users.noreply.github.com> --- docs/provider/hashicorp-vault.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/provider/hashicorp-vault.md b/docs/provider/hashicorp-vault.md index ceeaa32d26d..612f1cbe891 100644 --- a/docs/provider/hashicorp-vault.md +++ b/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.