Skip to content

Commit

Permalink
Merge pull request #349 from goldmann/NCL-8378
Browse files Browse the repository at this point in the history
fix(NCL-8378): do not validate unknown env vars
  • Loading branch information
goldmann authored Jan 30, 2024
2 parents 891dc13 + 8dbf01a commit 2d81069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
triggering-actor:
required: true
description: "The GitHub triggering actor"
repo:
repo-ref:
required: true
description: "Repository full name"
repo-full-name:
Expand Down
4 changes: 4 additions & 0 deletions service/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ quarkus:
application:
version: ${buildNumber}

config:
mapping:
validate-unknown: false

# Make the startup a bit nicer
banner:
path: banner.txt
Expand Down

0 comments on commit 2d81069

Please sign in to comment.