12 lines
213 B
Text
12 lines
213 B
Text
local helmapp = import "../_templates/argo_helm_app.libsonnet";
|
|
|
|
[
|
|
helmapp + {
|
|
name:: "cert-manager",
|
|
repo:: "https://charts.jetstack.io",
|
|
version:: "v1.8.*",
|
|
values:: |||
|
|
installCRDs: true
|
|
|||
|
|
},
|
|
]
|