envoy-gateway: comment out netbox entries so the kustomization builds
My previous commit staged the whole kustomization file and swept in the in-flight netbox lines, which I had said I would keep out. Those reference infra/envoy-gateway/netbox/, which is untracked, so ArgoCD could not render the app at all: kustomize build failed: accumulating resources from 'netbox/netbox-certificate.yaml': no such file or directory That left envoy-gateway-config unable to load target state, so the orphaned listener cleanup never applied. The running gateways were unaffected. Commenting the two entries keeps the work visible in place and makes it a two line uncomment once infra/envoy-gateway/netbox/ is committed.
This commit is contained in:
@@ -60,7 +60,8 @@ resources:
|
||||
- pelican/pelican-wings-mc-certificate.yaml
|
||||
- pelican/pelican-wings-ark-certificate.yaml
|
||||
- outline/outline-certificate.yaml
|
||||
- netbox/netbox-certificate.yaml
|
||||
# netbox: uncomment together with the patch below once infra/envoy-gateway/netbox/ is committed
|
||||
# - netbox/netbox-certificate.yaml
|
||||
|
||||
patches:
|
||||
# Internal gateway patches
|
||||
@@ -292,12 +293,12 @@ patches:
|
||||
kind: Gateway
|
||||
name: gateway-internal
|
||||
path: outline/outline-gateway-patch.yaml
|
||||
- target:
|
||||
group: gateway.networking.k8s.io
|
||||
version: v1
|
||||
kind: Gateway
|
||||
name: gateway-internal
|
||||
path: netbox/netbox-gateway-patch.yaml
|
||||
# - target:
|
||||
# group: gateway.networking.k8s.io
|
||||
# version: v1
|
||||
# kind: Gateway
|
||||
# name: gateway-internal
|
||||
# path: netbox/netbox-gateway-patch.yaml
|
||||
|
||||
# Public gateway patches
|
||||
- target:
|
||||
|
||||
Reference in New Issue
Block a user