This commit is contained in:
2025-11-26 18:57:27 -06:00
parent cbb1dc5c6b
commit 7813e9de91
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
(ns k8s.add-ons.crd.cert-manager)
(def config
{:stack [:k8s:config-file]
:app-name "cert-manager"
:version "v1.15.0"
:k8s:config-file-opts {:file '(str "https://github.com/cert-manager/cert-manager/releases/download/" version "/cert-manager.crds.yaml")}})

View File

@@ -0,0 +1,7 @@
(ns k8s.add-ons.crd.gateway-api)
(def config
{:stack [:k8s:config-file]
:app-name "gateway-api"
:version "v1.4.0"
:k8s:config-file-opts {:file '(str "https://github.com/kubernetes-sigs/gateway-api/releases/download/" version "/experimental-install.yaml")}})