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:
2026-08-26 20:18:44 +02:00
parent 304c8e71db
commit 193b9db359
+8 -7
View File
@@ -60,7 +60,8 @@ resources:
- pelican/pelican-wings-mc-certificate.yaml - pelican/pelican-wings-mc-certificate.yaml
- pelican/pelican-wings-ark-certificate.yaml - pelican/pelican-wings-ark-certificate.yaml
- outline/outline-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: patches:
# Internal gateway patches # Internal gateway patches
@@ -292,12 +293,12 @@ patches:
kind: Gateway kind: Gateway
name: gateway-internal name: gateway-internal
path: outline/outline-gateway-patch.yaml path: outline/outline-gateway-patch.yaml
- target: # - target:
group: gateway.networking.k8s.io # group: gateway.networking.k8s.io
version: v1 # version: v1
kind: Gateway # kind: Gateway
name: gateway-internal # name: gateway-internal
path: netbox/netbox-gateway-patch.yaml # path: netbox/netbox-gateway-patch.yaml
# Public gateway patches # Public gateway patches
- target: - target: