Skip to content

Commit

Permalink
update setting in always accept test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbohanon committed Aug 20, 2024
1 parent 383cd6f commit bd91d85
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ gateway:
validation:
allowWarnings: true
alwaysAcceptResources: true
# added to preserve behavior tested by this suite.
warnMissingTlsSecret: false
# this is needed to run the ServerTls tests which verify that with this setting, we
# will not bring down an entire https gateway from a missing tls secret
warnMissingTlsSecret: true
kubeGateway:
# This is the field that enables the K8s Gateway Integration in Gloo Gateway
enabled: true
Expand Down

0 comments on commit bd91d85

Please sign in to comment.