Fix default storage class

Our default was not actually valid
This commit is contained in:
bom 2024-05-17 15:15:16 +02:00
parent ca0d4ac7b2
commit dc86531454

View file

@ -11,7 +11,7 @@
[dda.c4k-common.monitoring :as mon]
[dda.c4k-common.namespace :as ns]))
(def default-storage-class :local-path)
(def default-storage-class "local-path")
(def config-defaults {:issuer "staging"})