Remove merged generate-certificate

This commit is contained in:
bom 2023-01-20 14:36:17 +01:00
parent 6e02e57a8f
commit f8348f704a

View file

@ -28,7 +28,6 @@
(yaml/to-string (postgres/generate-deployment :postgres-image "postgres:14"))
(yaml/to-string (postgres/generate-service))
(yaml/to-string (kc/generate-secret (:auth config)))
(yaml/to-string (kc/generate-certificate config))
(yaml/to-string (kc/generate-ingress config))
(yaml/to-string (kc/generate-service))
(yaml/to-string (kc/generate-deployment))])))