Skip to content

Commit

Permalink
feat(dblessConfig) fix missing example config in CI test Kong#4
Browse files Browse the repository at this point in the history
  • Loading branch information
alice-sawatzky committed Jan 23, 2023
1 parent 2e37896 commit 05b73e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions charts/kong/ci/test4-values.yaml
Expand Up @@ -24,3 +24,13 @@ proxy:
- ssl
ingress:
enabled: true
dblessConfig:
config: |
_format_version: "1.1"
services:
- name: example.com
url: http://example.com
routes:
- name: example
paths:
- "/example"

0 comments on commit 05b73e5

Please sign in to comment.