Skip to content

Commit

Permalink
Add 'ttlSecondsFinished' to the certgen job and set the image to latest
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Sloka <[email protected]>
  • Loading branch information
stevesloka committed Jan 7, 2020
1 parent d8852a0 commit 5c6fc0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/contour/02-job-certgen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,15 @@ metadata:
name: contour-certgen
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
labels:
app: "contour-certgen"
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:master
image: docker.io/projectcontour/contour:latest
imagePullPolicy: Always
command:
- contour
Expand Down
3 changes: 2 additions & 1 deletion examples/render/contour.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1050,14 +1050,15 @@ metadata:
name: contour-certgen
namespace: projectcontour
spec:
ttlSecondsAfterFinished: 0
template:
metadata:
labels:
app: "contour-certgen"
spec:
containers:
- name: contour
image: docker.io/projectcontour/contour:master
image: docker.io/projectcontour/contour:latest
imagePullPolicy: IfNotPresent
command:
- contour
Expand Down

0 comments on commit 5c6fc0e

Please sign in to comment.