Skip to content

Commit

Permalink
Merge pull request #121 from yudong2015/3.x-dev
Browse files Browse the repository at this point in the history
remove un-used args of gc pipelineruns in project
  • Loading branch information
ks-ci-bot authored Sep 8, 2023
2 parents 9a59e7d + 5a70fc2 commit 234491c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions charts/ks-devops/templates/cronjob-gc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ spec:
- gc
image: "{{ .Values.image.registry }}/{{ .Values.image.tools.repository }}:{{ .Values.image.tools.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- "--max-count={{ .Values.gcJobs.maxCount }}"
- "--max-age={{ .Values.gcJobs.maxAge }}"
- "--condition=ignoreTime"
name: "pipeline-run-gc"
resources: {}
terminationMessagePath: /dev/termination-log
Expand Down

0 comments on commit 234491c

Please sign in to comment.