From c8a67190548ea835c0b4f02450035e1504c1bab0 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Sun, 17 May 2026 22:29:10 +0000 Subject: [PATCH] restructure: move tailscale into namespace folder --- .../tailscale/tailscale/external-secret.yaml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 deployments/tailscale/tailscale/external-secret.yaml diff --git a/deployments/tailscale/tailscale/external-secret.yaml b/deployments/tailscale/tailscale/external-secret.yaml new file mode 100644 index 0000000..a594918 --- /dev/null +++ b/deployments/tailscale/tailscale/external-secret.yaml @@ -0,0 +1,21 @@ +apiVersion: external-secrets.io/v1beta1 +kind: ExternalSecret +metadata: + name: tailscale-operator + namespace: tailscale +spec: + refreshInterval: 1h + secretStoreRef: + name: vault + kind: SecretStore + target: + name: tailscale-operator + template: + engineVersion: v2 + data: + TS_AUTHKEY: "{{ .TS_AUTHKEY }}" + data: + - secretKey: TS_AUTHKEY + remoteRef: + key: secret/data/kubernetes/tailscale-operator + property: TS_AUTHKEY \ No newline at end of file