From 711be643ffce4dd5356b5966d8f0ba992fd8dd0e Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Fri, 15 May 2026 02:00:49 +0000 Subject: [PATCH] fix: relocate operator manifests to deployments/tailscale/operator/ --- .../external-secrets/tailscale-auth.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 deployments/tailscale/external-secrets/tailscale-auth.yaml diff --git a/deployments/tailscale/external-secrets/tailscale-auth.yaml b/deployments/tailscale/external-secrets/tailscale-auth.yaml new file mode 100644 index 0000000..85491a1 --- /dev/null +++ b/deployments/tailscale/external-secrets/tailscale-auth.yaml @@ -0,0 +1,18 @@ +apiVersion: external-secrets.io/v1beta1 +kind: ExternalSecret +metadata: + name: tailscale-operator + namespace: tailscale +spec: + refreshInterval: 1h + secretStoreRef: + name: orion-vault + kind: ClusterSecretStore + target: + name: tailscale-operator + creationPolicy: Owner + data: + - secretKey: auth-key + remoteRef: + key: secret/Talos Cluster/tailscale + property: TS_AUTH_KEY