Put in correct namespace
This commit is contained in:
parent
bf7dbed1ef
commit
aecda14ba1
@ -3,7 +3,6 @@ apiVersion: cert-manager.io/v1
|
|||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: clank
|
name: clank
|
||||||
namespace: kube-system
|
|
||||||
spec:
|
spec:
|
||||||
commonName: kjuulh.app
|
commonName: kjuulh.app
|
||||||
secretName: clank-cert
|
secretName: clank-cert
|
||||||
@ -16,6 +15,6 @@ spec:
|
|||||||
secretTemplate:
|
secretTemplate:
|
||||||
annotations:
|
annotations:
|
||||||
reflector.v1.k8s.emberstack.com/reflection-allowed: "true"
|
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-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
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
namespace: cert-manager
|
||||||
resources:
|
resources:
|
||||||
- cert-manager.yaml
|
- cert-manager.yaml
|
||||||
- certificate.yaml
|
- certificate.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user