Added todo
This commit is contained in:
parent
630ad9b3d6
commit
f143587c95
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
(def certificate? (s/keys :req-un [::fqdns ::app-name ::cert-name]
|
(def certificate? (s/keys :req-un [::fqdns ::app-name ::cert-name]
|
||||||
:opt-un [::issuer]))
|
:opt-un [::issuer]))
|
||||||
|
|
||||||
|
; TODO: use this default consistently
|
||||||
(def ingress-defaults {:issuer "staging"})
|
(def ingress-defaults {:issuer "staging"})
|
||||||
|
|
||||||
#?(:cljs
|
#?(:cljs
|
||||||
|
|
Loading…
Reference in a new issue