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