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>
16 lines
373 B
YAML
16 lines
373 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: device42-find-by-id
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
# This name must match the metadata.name in the `SecretStore`
|
|
name: device42
|
|
kind: SecretStore
|
|
target:
|
|
name: k8s-secret-to-be-created
|
|
data:
|
|
- secretKey: K8S_PASSWORD
|
|
remoteRef:
|
|
key: "12345"
|