FEAT: add cert-manager selfsigned issuer
This commit is contained in:
parent
498b24ec17
commit
33f66d9090
3 changed files with 11 additions and 0 deletions
|
@ -1,12 +0,0 @@
|
|||
local app = import "../_templates/argocd_app.libsonnet";
|
||||
|
||||
[
|
||||
app + {
|
||||
chart:: "cert-manager",
|
||||
repo:: "https://charts.jetstack.io",
|
||||
version:: "v1.8.*",
|
||||
values:: |||
|
||||
installCRDs: true
|
||||
|||
|
||||
},
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue