apiVersion: external-secrets.io/v1beta1 kind: ExternalSecret metadata: name: fornax-worker-WORKER_ID-secrets namespace: media spec: refreshInterval: 1h secretStoreRef: name: vault kind: ClusterSecretStore target: name: fornax-worker-WORKER_ID-secrets creationPolicy: Owner data: - secretKey: PROTONVPN_PRIVATE_KEY remoteRef: key: secret/data/fornax/worker-WORKER_ID property: private_key - secretKey: PROTONVPN_ENDPOINT_IP remoteRef: key: secret/data/fornax/worker-WORKER_ID property: endpoint_ip - secretKey: PROTONVPN_PUBLIC_KEY remoteRef: key: secret/data/fornax/worker-WORKER_ID property: public_key