1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
external-secrets/docs/snippets/cloak-external-secret.yaml
Ian Purton 0321657a69
Integrate Cloak Secrets (#2108)
* 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>
2023-08-03 08:54:45 +02:00

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