Deploy Tailscale Operator and ExternalSecret
This commit is contained in:
@@ -2,9 +2,7 @@ apiVersion: external-secrets.io/v1
|
|||||||
kind: ExternalSecret
|
kind: ExternalSecret
|
||||||
metadata:
|
metadata:
|
||||||
name: tailscale-auth
|
name: tailscale-auth
|
||||||
namespace: apps
|
namespace: tailscale
|
||||||
labels:
|
|
||||||
app: tailscale-operator
|
|
||||||
spec:
|
spec:
|
||||||
refreshInterval: 1h
|
refreshInterval: 1h
|
||||||
secretStoreRef:
|
secretStoreRef:
|
||||||
@@ -16,5 +14,5 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: TS_AUTH_KEY
|
- secretKey: TS_AUTH_KEY
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secret/data/tailscale
|
key: tailscale
|
||||||
property: TS_AUTH_KEY
|
property: TS_AUTH_KEY
|
||||||
Reference in New Issue
Block a user