From eb50df5356a64870f6bfd88eecc704590fccbe17 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 02:46:37 +0000 Subject: [PATCH] fix secret key values --- infrastructure/controllers/base/tailscale/dummy0auth.yaml | 8 ++++++++ .../controllers/base/tailscale/kustomization.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 infrastructure/controllers/base/tailscale/dummy0auth.yaml diff --git a/infrastructure/controllers/base/tailscale/dummy0auth.yaml b/infrastructure/controllers/base/tailscale/dummy0auth.yaml new file mode 100644 index 0000000..6c63f59 --- /dev/null +++ b/infrastructure/controllers/base/tailscale/dummy0auth.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +data: + clientId: cGxhY2Vob2xkZXI= + clientSecret: cGxhY2Vob2xkZXI= +kind: Secret +metadata: + name: operator-oauth + namespace: tailscale diff --git a/infrastructure/controllers/base/tailscale/kustomization.yaml b/infrastructure/controllers/base/tailscale/kustomization.yaml index 1456809..8e7e794 100644 --- a/infrastructure/controllers/base/tailscale/kustomization.yaml +++ b/infrastructure/controllers/base/tailscale/kustomization.yaml @@ -6,5 +6,5 @@ resources: - release-operator.yaml # - authkey-secret.enc.yaml # - tsproxy-rtx6000.yaml - - 0authsecret.yaml + - dummy0auth.yaml