namspace adjustments
This commit is contained in:
@ -2,6 +2,7 @@ apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-staging
|
||||
namespace: default
|
||||
spec:
|
||||
acme:
|
||||
# The ACME server URL
|
||||
@ -27,6 +28,7 @@ apiVersion: cert-manager.io/v1
|
||||
kind: ClusterIssuer
|
||||
metadata:
|
||||
name: letsencrypt-prod
|
||||
namespace: default
|
||||
spec:
|
||||
acme:
|
||||
# The ACME server URL
|
||||
|
@ -1,7 +1,7 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: cert-manager
|
||||
# namespace: cert-manager
|
||||
|
||||
components:
|
||||
- ../../components/local-region-selector.yaml
|
||||
|
@ -2,4 +2,4 @@ groupName: acme.steffenillium.de
|
||||
|
||||
webhook:
|
||||
image:
|
||||
tag: main
|
||||
tag: latest
|
||||
|
Reference in New Issue
Block a user