From c1c95677e20f8495cc3baf142f6f8eef84a5b0f9 Mon Sep 17 00:00:00 2001 From: Ignasi Barrera Date: Tue, 26 Mar 2024 23:07:30 +0100 Subject: [PATCH] Fix k8s e2e tests --- README.md | 1 - e2e/istio/cluster/istiogw-config.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 8195545c..70b9fe91 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # authservice [![CI](https://github.com/istio-ecosystem/authservice/actions/workflows/ci.yaml/badge.svg)](https://github.com/istio-ecosystem/authservice/actions/workflows/ci.yaml) -[![codecov](https://codecov.io/gh/tetrateio/authservice/graph/badge.svg?token=JTLsQloZo9)](https://codecov.io/gh/tetrateio/authservice) An implementation of [Envoy](https://envoyproxy.io) [External Authorization](https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter), focused on delivering authN/Z solutions for [Istio](https://istio.io) and [Kubernetes](https://kubernetes.io). diff --git a/e2e/istio/cluster/istiogw-config.yaml b/e2e/istio/cluster/istiogw-config.yaml index b1de018c..3a40c90a 100644 --- a/e2e/istio/cluster/istiogw-config.yaml +++ b/e2e/istio/cluster/istiogw-config.yaml @@ -34,4 +34,4 @@ service: # Clear the default resources to allow it to run in very constrained local environments # without explicitly requesting more memory than the one that might be available in the # local Kind cluster. -resources: null +resources: {}