From c0469b7c768483d09115c4bf2ac2f0f5988e9d4d Mon Sep 17 00:00:00 2001 From: Quentin Campos Date: Wed, 22 Apr 2026 09:50:45 +0200 Subject: [PATCH] Change argocd name --- system/tailscale/argocd-expose.yaml | 2 +- system/tailscale/authkey.yaml | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 system/tailscale/authkey.yaml diff --git a/system/tailscale/argocd-expose.yaml b/system/tailscale/argocd-expose.yaml index 6bdd8ae..c36086d 100644 --- a/system/tailscale/argocd-expose.yaml +++ b/system/tailscale/argocd-expose.yaml @@ -12,4 +12,4 @@ spec: ingressClassName: tailscale tls: - hosts: - - argocd-server + - argocd diff --git a/system/tailscale/authkey.yaml b/system/tailscale/authkey.yaml deleted file mode 100644 index c19f99d..0000000 --- a/system/tailscale/authkey.yaml +++ /dev/null @@ -1,6 +0,0 @@ -apiVersion: v1 -kind: Secret -metadata: - name: tailscale-auth -stringData: - TS_AUTHKEY: tskey-auth-kRs5qidXGf11CNTRL-MaCCnWtLr9AYN6sn1rbh9ATcXeo1g6sEP \ No newline at end of file