feat: deploy Tailscale Operator and auth secret #16
@@ -2,20 +2,17 @@ apiVersion: external-secrets.io/v1
|
||||
kind: ExternalSecret
|
||||
metadata:
|
||||
name: tailscale-auth
|
||||
namespace: tailscale
|
||||
namespace: apps
|
||||
labels:
|
||||
app: tailscale
|
||||
managed-by: orion
|
||||
app: tailscale-operator
|
||||
spec:
|
||||
refreshInterval: "1h"
|
||||
refreshInterval: 1h
|
||||
secretStoreRef:
|
||||
name: orion-vault
|
||||
kind: ClusterSecretStore
|
||||
target:
|
||||
name: tailscale-auth
|
||||
creationPolicy: Owner
|
||||
template:
|
||||
type: Opaque
|
||||
data:
|
||||
- secretKey: TS_AUTH_KEY
|
||||
remoteRef:
|
||||
|
||||
Reference in New Issue
Block a user