Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 234491c

Browse files
authored
Merge pull request #121 from yudong2015/3.x-dev
remove un-used args of gc pipelineruns in project
2 parents 9a59e7d + 5a70fc2 commit 234491c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

charts/ks-devops/templates/cronjob-gc.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ spec:
2626
- gc
2727
image: "{{ .Values.image.registry }}/{{ .Values.image.tools.repository }}:{{ .Values.image.tools.tag }}"
2828
imagePullPolicy: {{ .Values.image.pullPolicy }}
29-
args:
30-
- "--max-count={{ .Values.gcJobs.maxCount }}"
31-
- "--max-age={{ .Values.gcJobs.maxAge }}"
32-
- "--condition=ignoreTime"
3329
name: "pipeline-run-gc"
3430
resources: {}
3531
terminationMessagePath: /dev/termination-log

0 commit comments

Comments
 (0)