mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-13 08:14:32 +07:00
15 lines
322 B
YAML
15 lines
322 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: tailscale-auth
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: global-secrets
|
|
data:
|
|
- secretKey: TS_AUTHKEY
|
|
remoteRef:
|
|
key: external
|
|
property: tailscale-auth-key
|