baseline/k8s-manifests/cert-manager.jsonnet

14 lines
229 B
Text
Raw Normal View History

# vim:expandtab:
local helmapp = import "../_templates/argo_helm_app.template";
[
helmapp + {
name:: "cert-manager",
repo:: "https://charts.jetstack.io",
version:: "v1.7.2",
values:: |||
installCRDs: true
|||
},
]