Add config-defaults to core

This commit is contained in:
bom 2023-08-25 13:34:42 +02:00
parent 827c97dc62
commit cfaea2fda9

View file

@ -15,6 +15,8 @@
(def config? taiga/config?)
(def auth? taiga/auth?)
(def config-defaults taiga/config-defaults)
(defn-spec k8s-objects cp/map-or-seq?
[config taiga/config?
auth taiga/auth?]