- Add CronJob to delete completed PipelineRuns older than 1 hour - Add 30m timeout to TriggerTemplates - Prevent resource accumulation in tekton-pipelines namespace
19 lines
413 B
YAML
19 lines
413 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
# Secrets
|
|
- secrets/zot-registry-secret.yaml
|
|
- secrets/gitea-credentials.yaml
|
|
# Tasks
|
|
- tasks/git-clone.yaml
|
|
- tasks/buildah-build-push.yaml
|
|
# Pipelines
|
|
- pipelines/nextjs-pipeline.yaml
|
|
- pipelines/fastapi-pipeline.yaml
|
|
- pipelines/python-pipeline.yaml
|
|
# Triggers
|
|
- triggers/
|
|
# Cleanup
|
|
- cleanup-cronjob.yaml
|