20 lines
404 B
YAML
20 lines
404 B
YAML
|
|
---
|
||
|
|
apiVersion: external-secrets.io/v1
|
||
|
|
kind: ExternalSecret
|
||
|
|
metadata:
|
||
|
|
name: gluetun-wgconfig
|
||
|
|
spec:
|
||
|
|
secretStoreRef:
|
||
|
|
name: vault-wheatley
|
||
|
|
kind: ClusterSecretStore
|
||
|
|
target:
|
||
|
|
name: gluetun-wgconfig
|
||
|
|
template:
|
||
|
|
data:
|
||
|
|
wg0.conf: "{{ .config }}"
|
||
|
|
data:
|
||
|
|
- secretKey: config
|
||
|
|
remoteRef:
|
||
|
|
key: secrets/managed/qbittorrent/protonvpn-wgconfig
|
||
|
|
property: config
|