diff --git a/helm/core/templates/fallback-envoyfilter.yaml b/helm/core/templates/fallback-envoyfilter.yaml index 567ee0925..41d602fa4 100644 --- a/helm/core/templates/fallback-envoyfilter.yaml +++ b/helm/core/templates/fallback-envoyfilter.yaml @@ -19,4 +19,7 @@ spec: value: name: envoy.filters.http.custom_response typed_config: - "@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse \ No newline at end of file + "@type": type.googleapis.com/envoy.extensions.filters.http.custom_response.v3.CustomResponse + workloadSelector: + labels: + {{- include "gateway.selectorLabels" . | nindent 6 }}