Put in correct namespace

This commit is contained in:
Kasper Juul Hermansen 2022-05-09 15:35:11 +02:00
parent bf7dbed1ef
commit aecda14ba1
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,6 @@ apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: clank
namespace: kube-system
spec:
commonName: kjuulh.app
secretName: clank-cert
@ -16,6 +15,6 @@ spec:
secretTemplate:
annotations:
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "platform,wishlist" # Control destination namespaces
reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces: "platform,kube-system,wishlist" # Control destination namespaces
reflector.v1.k8s.emberstack.com/reflection-auto-enabled: "true" # Auto create reflection for matching namespaces
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "platform,wishlist" # Control auto-reflection namespaces
reflector.v1.k8s.emberstack.com/reflection-auto-namespaces: "platform,kube-system,wishlist" # Control auto-reflection namespaces

View File

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- cert-manager.yaml
- certificate.yaml