mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
164e8776ec
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
19 lines
590 B
YAML
19 lines
590 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: akeyless-external-secret-example-json
|
|
spec:
|
|
refreshInterval: 1h
|
|
|
|
secretStoreRef:
|
|
kind: SecretStore
|
|
name: akeyless-secret-store # Must match SecretStore on the cluster
|
|
|
|
target:
|
|
name: akeyless-secret-to-create-json # Name for the secret to be created on the cluster
|
|
creationPolicy: Owner
|
|
|
|
# for json formatted secrets: each key in the json will be used as the secret key in the SECRET k8s target object
|
|
dataFrom:
|
|
- extract:
|
|
key: secret-name # Full path of the secret on Akeyless
|