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