Skip to content

Commit

Permalink
Override envoy service type to ClusterIP to make tests happy
Browse files Browse the repository at this point in the history
I found a hint in PR #2721 that it should be possible to override values
used in GH actions.
  • Loading branch information
mkilchhofer committed Aug 13, 2020
1 parent 253a8ec commit 8bab0b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bitnami/contour/ci/ct-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
envoy:
service:
type: ClusterIP
externalTrafficPolicy: null

0 comments on commit 8bab0b3

Please sign in to comment.