Skip to content

Commit

Permalink
Commenting secrets manifest from hashicorp vault integration (externa…
Browse files Browse the repository at this point in the history
…l-secrets#3680)

Signed-off-by: Jefferson Machado <[email protected]>
  • Loading branch information
jeffmachado authored Jul 11, 2024
1 parent 43ee65f commit 03a2ee6
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions docs/provider/hashicorp-vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03a2ee6

Please sign in to comment.