namespaces

This commit is contained in:
2024-04-10 21:50:01 +02:00
parent 552d89eb65
commit 2974035e39
2 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -3,4 +3,7 @@ groupName: acme.steffenillium.de
webhook:
image:
tag: main
certManager:
namespace: cert-manager
serviceAccountName: cert-manager-lego-webhook