From 74f70156138fdfa16e21b9185d03cf62cec3522c Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 4 May 2026 14:54:30 +0000 Subject: [PATCH] add to kustomize --- infrastructure/controllers/base/tailscale/kustomization.yaml | 3 ++- .../base/tailscale}/proxygroup-grafana.yaml | 0 .../base/tailscale}/proxygroup-rtx6000.yaml | 0 3 files changed, 2 insertions(+), 1 deletion(-) rename infrastructure/{tailnet => controllers/base/tailscale}/proxygroup-grafana.yaml (100%) rename infrastructure/{tailnet => controllers/base/tailscale}/proxygroup-rtx6000.yaml (100%) diff --git a/infrastructure/controllers/base/tailscale/kustomization.yaml b/infrastructure/controllers/base/tailscale/kustomization.yaml index 3002a36..59f83ae 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 # - dummy0auth.yaml - - tsproxy-rtx6000.yaml + - proxygroup-grafana.yaml + - proxygroup-rtx6000.yaml diff --git a/infrastructure/tailnet/proxygroup-grafana.yaml b/infrastructure/controllers/base/tailscale/proxygroup-grafana.yaml similarity index 100% rename from infrastructure/tailnet/proxygroup-grafana.yaml rename to infrastructure/controllers/base/tailscale/proxygroup-grafana.yaml diff --git a/infrastructure/tailnet/proxygroup-rtx6000.yaml b/infrastructure/controllers/base/tailscale/proxygroup-rtx6000.yaml similarity index 100% rename from infrastructure/tailnet/proxygroup-rtx6000.yaml rename to infrastructure/controllers/base/tailscale/proxygroup-rtx6000.yaml