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 data: - secretKey: username # Key given to the secret to be created on the cluster remoteRef: key: db-username # Full path of the secret on Akeyless - secretKey: password # Key given to the secret to be created on the cluster remoteRef: key: db-password # Full path of the secret on Akeyless