diff --git a/infrastructure/controllers/base/tailscale/0authsecret.yaml b/infrastructure/controllers/base/tailscale/0authsecret.yaml new file mode 100644 index 0000000..69ee3df --- /dev/null +++ b/infrastructure/controllers/base/tailscale/0authsecret.yaml @@ -0,0 +1,8 @@ +apiVersion: v1 +data: + clientId: "" + clientSecret: "" +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 0e8fc20..59f68f5 100644 --- a/infrastructure/controllers/base/tailscale/kustomization.yaml +++ b/infrastructure/controllers/base/tailscale/kustomization.yaml @@ -5,5 +5,6 @@ resources: - repository.yaml - release-operator.yaml # - authkey-secret.enc.yaml - # - tsproxy-rtx6000.yaml + # - tsproxy-rtx6000.yaml + - 0authaecret.yaml