Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
v0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Feb 17, 2019
1 parent cd6bf73 commit 8c6ae76
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ spec:
containers:
- name: janitor
# see https://github.com/hjacobs/kube-janitor/releases
image: hjacobs/kube-janitor:ae5ffcf
image: hjacobs/kube-janitor:0.1
args:
# dry run by default, remove to perform clean up
- --dry-run
# uncomment to have verbose logging
# - --debug
# run every minute
- --interval=60
resources:
Expand Down

0 comments on commit 8c6ae76

Please sign in to comment.