Fix default storage class
Our default was not actually valid
This commit is contained in:
parent
ca0d4ac7b2
commit
dc86531454
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
[dda.c4k-common.monitoring :as mon]
|
[dda.c4k-common.monitoring :as mon]
|
||||||
[dda.c4k-common.namespace :as ns]))
|
[dda.c4k-common.namespace :as ns]))
|
||||||
|
|
||||||
(def default-storage-class :local-path)
|
(def default-storage-class "local-path")
|
||||||
|
|
||||||
(def config-defaults {:issuer "staging"})
|
(def config-defaults {:issuer "staging"})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue