mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
27c5f1f1f2
Signed-off-by: Gustavo <gustavo@externalsecrets.com>
14 lines
314 B
YAML
14 lines
314 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: conjur
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
# This name must match the metadata.name in the `SecretStore`
|
|
name: conjur
|
|
kind: SecretStore
|
|
data:
|
|
- secretKey: secret00
|
|
remoteRef:
|
|
key: data/app1/secret00
|