mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-15 17:51:01 +00:00
242a6ee1ef
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com> Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
19 lines
572 B
YAML
19 lines
572 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: database-credentials
|
|
spec:
|
|
refreshInterval: 1h
|
|
|
|
secretStoreRef:
|
|
kind: SecretStore
|
|
name: akeyless-secret-store # Must match SecretStore on the cluster
|
|
|
|
target:
|
|
name: database-credentials # 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: database-credentials # Full path of the secret on Akeyless
|