1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/docs/snippets/akeyless-external-secret-json.yaml

20 lines
577 B
YAML
Raw Normal View History

apiVersion: external-secrets.io/v1beta1
2021-11-07 14:18:40 +00:00
kind: ExternalSecret
metadata:
name: database-credentials
2021-11-07 14:18:40 +00:00
spec:
refreshInterval: 1h
secretStoreRef:
kind: SecretStore
name: akeyless-secret-store # Must match SecretStore on the cluster
target:
name: database-credentials-json # Name for the secret to be created on the cluster
2021-11-07 14:18:40 +00:00
creationPolicy: Owner
2021-11-15 19:24:03 +00:00
# for json formatted secrets: each key in the json will be used as the secret key in the SECRET k8s target object
2021-11-07 14:18:40 +00:00
dataFrom:
- extract:
key: database-credentials # Full path of the secret on Akeyless