chore(cert-manager): move from helm to ArgoCD
This commit is contained in:
parent
7afc858b7e
commit
843b99321c
7 changed files with 9471 additions and 0 deletions
7
apps/cert-manager/overlays/system/config.json
Normal file
7
apps/cert-manager/overlays/system/config.json
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"appName": "cert-manager",
|
||||
"userGivenName": "cert-manager",
|
||||
"destNamespace": "cert-manager",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
4
apps/cert-manager/overlays/system/kustomization.yaml
Normal file
4
apps/cert-manager/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
Loading…
Add table
Add a link
Reference in a new issue