mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
6c070bb538
* Add bitwarden example Signed-off-by: Thibault Cohen <47721+titilambert@users.noreply.github.com> * Fix bitwarden docs Signed-off-by: Thibault Cohen <47721+titilambert@users.noreply.github.com> * fix: punctuation, newline for bullet list Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> --------- Signed-off-by: Thibault Cohen <47721+titilambert@users.noreply.github.com> Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Co-authored-by: Moritz Johner <beller.moritz@googlemail.com>
12 lines
179 B
YAML
12 lines
179 B
YAML
{% raw %}
|
|
apiVersion: v1
|
|
data:
|
|
BW_HOST: ...
|
|
BW_USERNAME: ...
|
|
BW_PASSWORD: ....
|
|
kind: Secret
|
|
metadata:
|
|
name: bitwarden-cli
|
|
namespace: bitwarden
|
|
type: Opaque
|
|
{% endraw %}
|