review
This commit is contained in:
parent
7193a34365
commit
1dc56bb77e
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ spec:
|
|||
- name: "http"
|
||||
port: 80
|
||||
targetPort: 8080
|
||||
# TODO: 2023.01.27 - jem: only http is needed to be exposed
|
||||
- name: "https"
|
||||
port: 443
|
||||
targetPort: 8443
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
"keycloak-test/valid-config.yaml" (rc/inline "keycloak-test/valid-config.yaml")
|
||||
(throw (js/Error. "Undefined Resource!")))))
|
||||
|
||||
;; TODO: 2023.01.27 - jem: may not validate k3s-cluster-name entries ... find out what's wrong.
|
||||
(deftest validate-valid-resources
|
||||
(is (s/valid? cut/config? (yaml/load-as-edn "keycloak-test/valid-config.yaml")))
|
||||
(is (s/valid? cut/auth? (yaml/load-as-edn "keycloak-test/valid-auth.yaml"))))
|
Loading…
Reference in a new issue