Go back to cert-manager ns

This commit is contained in:
Micke Nordin 2024-10-15 17:08:40 +02:00
parent af83e3cd45
commit e968d8a8cc
Signed by: Micke
GPG key ID: 0DA0A7A5708FE257
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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