fix: deploy wildcard cert to traefik namespace instead of replicating into it
This commit is contained in:
parent
bb51824619
commit
ccc22fe9fd
|
@ -2,13 +2,13 @@ apiVersion: cert-manager.io/v1
|
|||
kind: Certificate
|
||||
metadata:
|
||||
name: wildcard-main-cert
|
||||
namespace: cert-manager
|
||||
namespace: traefik #cert-manager
|
||||
spec:
|
||||
secretName: wildcard-main-tls
|
||||
|
||||
secretTemplate:
|
||||
annotations:
|
||||
replicator.v1.mittwald.de/replicate-to: "traefik"
|
||||
# secretTemplate:
|
||||
# annotations:
|
||||
# replicator.v1.mittwald.de/replicate-to: "traefik"
|
||||
|
||||
duration: 2160h # 90d
|
||||
renewBefore: 360h # 15d
|
||||
|
|
Loading…
Reference in New Issue