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: {}