mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
10 lines
225 B
YAML
10 lines
225 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: secret-to-be-created
|
||
|
namespace: default
|
||
|
data:
|
||
|
foo_bar: SEVMTE8x # HELLO1 (via data)
|
||
|
foo: ZXhhbXBsZQ== # example (via dataFrom)
|
||
|
other: dGhpbmc= # thing (via dataFrom)
|