mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
7e5fbb124b
* support adding CA Cert in Akeyless provider Signed-off-by: Docs <renana@akeyless.io> * update akeyless-go to v3 Signed-off-by: Docs <renana@akeyless.io> * update description Signed-off-by: Docs <renana@akeyless.io> * update description Signed-off-by: Docs <renana@akeyless.io> * update description Signed-off-by: Docs <renana@akeyless.io> * update description Signed-off-by: Docs <renana@akeyless.io> * fix comments Signed-off-by: Docs <renana@akeyless.io> --------- Signed-off-by: Docs <renana@akeyless.io>
19 lines
577 B
YAML
19 lines
577 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-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: database-credentials # Full path of the secret on Akeyless
|