mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-01 22:35:49 +02:00
Merge pull request #5 from cmacrae/compat/gitops_pki_durations
fix: explicit pki durations to match resulting objects
This commit is contained in:
commit
6c154de19f
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ metadata:
|
|||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
secretName: {{ include "dnsimple-webhook.rootCACertificate" . }}
|
||||
duration: 43800h # 5y
|
||||
duration: 43800h0m0s # 5y
|
||||
issuerRef:
|
||||
name: {{ include "dnsimple-webhook.selfSignedIssuer" . }}
|
||||
commonName: "ca.dnsimple-webhook.cert-manager"
|
||||
|
@ -67,7 +67,7 @@ metadata:
|
|||
heritage: {{ .Release.Service }}
|
||||
spec:
|
||||
secretName: {{ include "dnsimple-webhook.servingCertificate" . }}
|
||||
duration: 8760h # 1y
|
||||
duration: 8760h0m0s # 1y
|
||||
issuerRef:
|
||||
name: {{ include "dnsimple-webhook.rootCAIssuer" . }}
|
||||
dnsNames:
|
||||
|
|
Loading…
Reference in a new issue