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:
parent
756f2dff13
commit
c1898f01f8
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ kind: ProxyGroup
|
|||
metadata:
|
||||
name: ingress
|
||||
spec:
|
||||
type: Ingress
|
||||
type: ingress
|
||||
replicas: 2
|
||||
proxyClass: default
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue