Go back to cert-manager ns
This commit is contained in:
parent
af83e3cd45
commit
e968d8a8cc
|
@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1
|
|||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt
|
||||
namespace: kube-system
|
||||
namespace: cert-manager
|
||||
spec:
|
||||
acme:
|
||||
# The ACME server URL
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: kube-system
|
||||
namespace: cert-manager
|
||||
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