Working Base Config for Taiga #1

Merged
patdyn merged 60 commits from config-play into main 2023-09-01 10:38:18 +00:00
Showing only changes of commit cfaea2fda9 - Show all commits

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?]