docker-mailserver / docker-mailserver-helm

Kubernetes Helm chart for docker-mailserver
https://github.com/docker-mailserver/docker-mailserver/
MIT License
107 stars 67 forks source link

CI: Error: open .ci/values-kube-score.yaml: no such file or directory #43

Closed rspier closed 2 years ago

rspier commented 3 years ago

The CI action tries to run kube-score, but the configuration file doesn't exist.

From https://github.com/docker-mailserver/docker-mailserver-helm/runs/3981458568?check_suite_focus=true:

Run helm template  --values .ci/values-kube-score.yaml charts/* | ./kube-score score - --ignore-test pod-networkpolicy --ignore-test deployment-has-poddisruptionbudget --ignore-test deployment-has-host-podantiaffinity --ignore-test container-security-context --ignore-test pod-probes --ignore-test container-image-tag --enable-optional-test container-security-context-privileged
Error: open .ci/values-kube-score.yaml: no such file or directory
rspier commented 3 years ago

This file appears to never have been in the repository.

$ git log --stat | grep -c kube-score.yaml
0