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