Run the whole thing in kube-system
This commit is contained in:
parent
7ad1dca2d6
commit
5367d1de02
|
@ -1,7 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: cert-manager
|
||||
spec:
|
||||
finalizers:
|
||||
- kubernetes
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: cert-manager
|
||||
namespace: kube-system
|
||||
resources:
|
||||
- https://github.com/cert-manager/cert-manager/releases/download/v1.16.1/cert-manager.yaml
|
||||
- cert-manager-issuer.yml
|
||||
|
|
Loading…
Reference in a new issue