Add config-defaults to core
This commit is contained in:
parent
827c97dc62
commit
cfaea2fda9
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@
|
||||||
(def config? taiga/config?)
|
(def config? taiga/config?)
|
||||||
(def auth? taiga/auth?)
|
(def auth? taiga/auth?)
|
||||||
|
|
||||||
|
(def config-defaults taiga/config-defaults)
|
||||||
|
|
||||||
(defn-spec k8s-objects cp/map-or-seq?
|
(defn-spec k8s-objects cp/map-or-seq?
|
||||||
[config taiga/config?
|
[config taiga/config?
|
||||||
auth taiga/auth?]
|
auth taiga/auth?]
|
||||||
|
|
Loading…
Reference in a new issue