1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-25 20:59:28 +01:00

Merge pull request #871 from knelasevero/fix-chart-path

fix: chart path can't be relative
This commit is contained in:
Kubernetes Prow Robot
2022-07-07 07:11:34 -07:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

2
.github/ci/ct.yaml vendored
View File

@@ -1,5 +1,5 @@
chart-dirs:
- ./charts
- charts
helm-extra-args: "--timeout=5m"
check-version-increment: false
target-branch: master

View File

@@ -41,4 +41,4 @@ jobs:
fi
- name: Run chart-testing (lint)
run: ct lint --config=.github/ci/ct.yaml
run: ct lint --config=.github/ci/ct.yaml --validate-maintainers=false

View File

@@ -31,9 +31,9 @@ commonLabels: {}
cronJobApiVersion: "batch/v1" # Use "batch/v1beta1" for k8s version < 1.21.0. TODO(@7i) remove with 1.23 release
schedule: "*/2 * * * *"
suspend: false
#startingDeadlineSeconds: 200
#successfulJobsHistoryLimit: 1
#failedJobsHistoryLimit: 1
# startingDeadlineSeconds: 200
# successfulJobsHistoryLimit: 1
# failedJobsHistoryLimit: 1
# Required when running as a Deployment
deschedulingInterval: 5m