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"