Closed rspier closed 2 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
This file appears to never have been in the repository.
$ git log --stat | grep -c kube-score.yaml 0
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: