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
14
apps/cert-manager/base/kustomization.yaml
Normal file
14
apps/cert-manager/base/kustomization.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
kind: Kustomization
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
resources:
|
||||
- ./namespace.yaml
|
||||
- ./cert-manager.custom.yaml
|
||||
|
||||
patches:
|
||||
- path: ./helm.patch.yaml
|
||||
target:
|
||||
labelSelector: app.kubernetes.io/instance=helm
|
||||
|
||||
- path: ./helm.patch.yaml
|
||||
target:
|
||||
labelSelector: app.kubernetes.io/instance=cert-manager
|
||||
Loading…
Add table
Add a link
Reference in a new issue