From c1898f01f8de98641a47344b8fdd6ca87264b33e Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Sun, 8 Feb 2026 12:15:12 -0800 Subject: [PATCH] Fix ProxyGroup type casing: Ingress -> ingress The CRD validation requires lowercase type values. Co-Authored-By: Claude Opus 4.6 --- argocd/manifests/tailscale-operator/proxygroup-ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/manifests/tailscale-operator/proxygroup-ingress.yaml b/argocd/manifests/tailscale-operator/proxygroup-ingress.yaml index e1c48b5..93f36b0 100644 --- a/argocd/manifests/tailscale-operator/proxygroup-ingress.yaml +++ b/argocd/manifests/tailscale-operator/proxygroup-ingress.yaml @@ -3,7 +3,7 @@ kind: ProxyGroup metadata: name: ingress spec: - type: Ingress + type: ingress replicas: 2 proxyClass: default tags: