Skip to content

Commit

Permalink
Fix k8s e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Mar 26, 2024
1 parent 6c8ca98 commit c1c9567
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion e2e/istio/cluster/istiogw-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: {}

0 comments on commit c1c9567

Please sign in to comment.