Skip to content

Commit

Permalink
fix: storage env (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Aug 26, 2024
1 parent 58421ba commit 0b94b28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ private void configureDatabase() {

private void configureStorage() {
List<EnvVar> envVars = optionMapper(cr.getSpec())
.mapOption("STORAGE_FS_PATH", spec -> "/opt/trustify/storage")
.mapOption("TRUSTD_STORAGE_FS_PATH", spec -> "/opt/trustify/storage")
.getEnvVars();

var volume = new VolumeBuilder()
Expand Down

0 comments on commit 0b94b28

Please sign in to comment.