2022-03-09 09:48:25 +00:00
|
|
|
apiVersion: external-secrets.io/v1beta1
|
2021-11-07 14:18:40 +00:00
|
|
|
kind: ExternalSecret
|
|
|
|
metadata:
|
2022-11-30 19:06:59 +00:00
|
|
|
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:
|
2022-11-30 19:06:59 +00:00
|
|
|
name: database-credentials # Name for the secret to be created on the cluster
|
2021-11-07 14:18:40 +00:00
|
|
|
creationPolicy: Owner
|
|
|
|
|
|
|
|
data:
|
2022-11-30 19:06:59 +00:00
|
|
|
- secretKey: username # Key given to the secret to be created on the cluster
|
2021-11-07 14:18:40 +00:00
|
|
|
remoteRef:
|
2022-11-30 19:06:59 +00:00
|
|
|
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
|