From 7b6a43318b514290f10ac2dccf7424cb3b0d164f Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sat, 30 May 2026 12:57:47 +0000 Subject: [PATCH] feat: deploy Tailscale operator --- deployments/tailscale/externalsecret.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deployments/tailscale/externalsecret.yaml diff --git a/deployments/tailscale/externalsecret.yaml b/deployments/tailscale/externalsecret.yaml new file mode 100644 index 0000000..af492bf --- /dev/null +++ b/deployments/tailscale/externalsecret.yaml @@ -0,0 +1,18 @@ +apiVersion: external-secrets.io/v1 +kind: ExternalSecret +metadata: + name: tailscale-auth + namespace: tailscale +spec: + refreshInterval: 1h + secretStoreRef: + name: orion-vault + kind: ClusterSecretStore + target: + name: tailscale-auth + creationPolicy: Owner + data: + - secretKey: TS_AUTH_KEY + remoteRef: + key: secret/tailscale + property: TS_AUTH_KEY \ No newline at end of file