namspace adjustments

This commit is contained in:
2024-04-10 20:42:46 +02:00
parent 41d342e101
commit 87f4b31dc0
3 changed files with 4 additions and 2 deletions

View File

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

View File

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

View File

@ -2,4 +2,4 @@ groupName: acme.steffenillium.de
webhook: webhook:
image: image:
tag: main tag: latest