From b10ca9ab7dd4c95edacff30a092272b0807621c1 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 01:54:41 +0000 Subject: [PATCH] remove secret --- infrastructure/controllers/base/tailscale/kustomization.yaml | 2 +- mise.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/infrastructure/controllers/base/tailscale/kustomization.yaml b/infrastructure/controllers/base/tailscale/kustomization.yaml index b34d10b..0e8fc20 100644 --- a/infrastructure/controllers/base/tailscale/kustomization.yaml +++ b/infrastructure/controllers/base/tailscale/kustomization.yaml @@ -4,6 +4,6 @@ resources: - namespace.yaml - repository.yaml - release-operator.yaml - - authkey-secret.enc.yaml + # - authkey-secret.enc.yaml # - tsproxy-rtx6000.yaml diff --git a/mise.toml b/mise.toml index a2b039c..d061e42 100644 --- a/mise.toml +++ b/mise.toml @@ -1,5 +1,6 @@ [tools] gcloud = "latest" +helm = "latest" k9s = "latest" kubectl = "latest" lazygit = "latest"