Skip to content

Commit

Permalink
Fix application.properties typo, fix smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Matsuoka committed Mar 1, 2025
1 parent 5c0c415 commit 9787ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions smoketest.bash
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ createProbeTemplateVolume() {
"${container_engine}" cp "${DIR}/probes" probes_helper:/probes
fi
}
createProbeTemplateVolume

setupUserHosts() {
# This requires https://github.com/figiel/hosts to work. See README.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cryostat.agent.tls.required=true
conf-dir=/opt/cryostat.d
rules-dir=${conf-dir}/rules.d
templates-dir=${conf-dir}/templates.d
probes-dir=${conf-dir}/probes.d
probe-templates-dir=${conf-dir}/probes.d
preset-templates-dir=${conf-dir}/presets.d
ssl.truststore=${conf-dir}/truststore.p12
ssl.truststore.dir=/truststore
Expand Down

0 comments on commit 9787ccd

Please sign in to comment.