1apiVersion: gateway.networking.k8s.io/v1 2kind: Gateway 3metadata: 4 name: gateway-secret-missing-reference-grant 5 namespace: gateway-conformance-infra 6spec: 7 gatewayClassName: "{GATEWAY_CLASS_NAME}" 8 listeners: 9 - name: https 10 port: 443 11 protocol: HTTPS 12 allowedRoutes: 13 namespaces: 14 from: All 15 tls: 16 certificateRefs: 17 - group: "" 18 kind: Secret 19 name: certificate 20 namespace: gateway-conformance-web-backend