Skip to content

Commit

Permalink
add 0m0s for Argo compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonoughe authored Nov 11, 2023
1 parent 9ff5ead commit 3268d88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/porkbun-webhook/templates/pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
secretName: {{ include "porkbun-webhook.rootCACertificate" . }}
duration: 43800h # 5y
duration: 43800h0m0s # 5y
issuerRef:
name: {{ include "porkbun-webhook.selfSignedIssuer" . }}
commonName: "ca.porkbun-webhook.cert-manager"
Expand Down Expand Up @@ -67,7 +67,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
secretName: {{ include "porkbun-webhook.servingCertificate" . }}
duration: 8760h # 1y
duration: 8760h0m0s # 1y
issuerRef:
name: {{ include "porkbun-webhook.rootCAIssuer" . }}
dnsNames:
Expand Down

0 comments on commit 3268d88

Please sign in to comment.