Fix ProxyGroup type casing: Ingress -> ingress

The CRD validation requires lowercase type values.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-08 12:15:12 -08:00
commit c1898f01f8

View file

@ -3,7 +3,7 @@ kind: ProxyGroup
metadata:
name: ingress
spec:
type: Ingress
type: ingress
replicas: 2
proxyClass: default
tags: