Skip to content

Commit

Permalink
fix(chart): set ttlSecondsAfterFinished on certgen job to 30 by default
Browse files Browse the repository at this point in the history
This is painless workaround for ArgoCD bug:
argoproj/argo-cd#6880

Signed-off-by: JuniorJPDJ <[email protected]>
  • Loading branch information
JuniorJPDJ committed Apr 12, 2024
1 parent 231b3b4 commit c9891c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ certgen:
job:
annotations: {}
resources: {}
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 30
rbac:
annotations: {}
labels: {}

0 comments on commit c9891c1

Please sign in to comment.