namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -3,4 +3,7 @@ groupName: acme.steffenillium.de
|
||||
webhook:
|
||||
image:
|
||||
tag: main
|
||||
|
||||
|
||||
certManager:
|
||||
namespace: cert-manager
|
||||
serviceAccountName: cert-manager-lego-webhook
|
||||
|
||||
Reference in New Issue
Block a user