namespace

This commit is contained in:
2024-04-10 21:13:44 +02:00
parent dffd2c8704
commit 8aca1a9871
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-staging
namespace: default
namespace: cert-manager
spec:
acme:
# The ACME server URL
@ -28,7 +28,7 @@ apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: letsencrypt-prod
namespace: default
namespace: cert-manager
spec:
acme:
# The ACME server URL

View File

@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# namespace: cert-manager
namespace: cert-manager
components:
- ../../components/local-region-selector.yaml