mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
38a607c377
Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>
19 lines
540 B
YAML
19 lines
540 B
YAML
apiVersion: external-secrets.io/v1alpha1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: akeyless-external-secret-example
|
|
spec:
|
|
refreshInterval: 1h
|
|
|
|
secretStoreRef:
|
|
kind: SecretStore
|
|
name: akeyless-secret-store # Must match SecretStore on the cluster
|
|
|
|
target:
|
|
name: akeyless-secret-to-create # Name for the secret to be created on the cluster
|
|
creationPolicy: Owner
|
|
|
|
data:
|
|
- secretKey: secretKey # Key given to the secret to be created on the cluster
|
|
remoteRef:
|
|
key: my-app # Key of the variable on Akeyless
|