Skip to content

Commit 63502a7

Browse files
authored
fix: move cleanup job to konfluc-ci and fix it (redhat-appstudio#10355)
1 parent 4a70991 commit 63502a7

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

components/tekton-ci/production/cleanup-cronjob.yaml renamed to components/konflux-ci/production/kflux-prd-rh03/cleanup-cronjob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ spec:
88
spec:
99
template:
1010
spec:
11-
serviceAccountName: tekton-ci-sa
11+
serviceAccountName: konflux-ci-sa
1212
containers:
1313
- name: remove-stale-resources
1414
image: registry.redhat.io/openshift4/ose-cli:v4.12

components/konflux-ci/production/kflux-prd-rh03/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ resources:
77
- plnsvc-codecov-secret.yaml
88
- redhat-appstudio-tekton-catalog-build-definitions-pull-secret.yaml
99
- e2e-tests-quay-token.yaml
10+
- cleanup-cronjob.yaml
1011

1112
patches:
1213
- path: quay-push-secret-konflux-ci.yaml

components/tekton-ci/production/kustomization.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ resources:
55
- ../base/external-secrets
66
- plnsvc-ci-secret.yaml
77
- plnsvc-codecov-secret.yaml
8-
- cleanup-cronjob.yaml
98

109
patches:
1110
- path: quay-push-secret.yaml

0 commit comments

Comments
 (0)