Skip to content

Commit

Permalink
Merge 7f53d72 into a550db5
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzy committed Sep 16, 2019
2 parents a550db5 + 7f53d72 commit f12f245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions judge-d-agent/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ hltech.contracts.judge-d.baseUrl=${JUDGE_D_BASE_URL}
hltech.contracts.judge-d.environment=${JUDGE_D_ENV}
hltech.contracts.judge-d.requiredLabel=app

hltech.contracts.judge-d.excluded-namespaces=${EXCLUDED_NAMESPACES}
hltech.contracts.judge-d.included-namespaces=${INCLUDED_NAMESPACES}
hltech.contracts.judge-d.excluded-namespaces=${EXCLUDED_NAMESPACES:''}
hltech.contracts.judge-d.included-namespaces=${INCLUDED_NAMESPACES:''}

0 comments on commit f12f245

Please sign in to comment.