mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
0321657a69
* Integrate Cloak Secrets Signed-off-by: Ian Purton <ian.purton@gmail.com> * Fix link Signed-off-by: Ian Purton <36966+ianpurton@users.noreply.github.com> --------- Signed-off-by: Ian Purton <ian.purton@gmail.com> Signed-off-by: Ian Purton <36966+ianpurton@users.noreply.github.com>
19 lines
No EOL
403 B
YAML
19 lines
No EOL
403 B
YAML
# Access a secret
|
|
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: cloak-example
|
|
spec:
|
|
refreshInterval: "15m"
|
|
secretStoreRef:
|
|
name: cloak-backend
|
|
kind: SecretStore
|
|
target:
|
|
name: example-sync
|
|
data:
|
|
- secretKey: access-token
|
|
remoteRef:
|
|
key: PULUMI_ACCESS_TOKEN
|
|
- secretKey: do-access-token
|
|
remoteRef:
|
|
key: DIGITALOCEAN_ACCESS_TOKEN |