Files
homelab/k8s/apps/rustdesk/external-secrets.yaml
Ultradesu ae516a79eb
All checks were successful
Check with kubeconform / lint (push) Successful in 10s
Adjust Rustdesk certs
2025-07-18 15:01:42 +03:00

35 lines
772 B
YAML

---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: rustdesk-keys
spec:
target:
name: rustdesk-keys
deletionPolicy: Delete
template:
type: Opaque
data:
id_ed25519: |-
{{ .private_key }}
id_ed25519.pub: |-
{{ .public_key }}
data:
- secretKey: private_key
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: fe5d32b3-4205-490d-b896-b0b8438eda34
property: notes
- secretKey: public_key
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: 05a6378a-8ccf-47fa-84ec-99eb5806513e
property: notes