feat: deploy Tailscale Operator and auth secret #17

Merged
gitea-admin merged 7 commits from orion/auto/feat-deploy-tailscale-operator-and-auth--1778378566626 into main 2026-05-10 12:18:01 +00:00
Showing only changes of commit cc8e6a8703 - Show all commits
+3 -6
View File
@@ -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: