You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): exclude Helm values files from kubeconform by name
The first validate run failed: k8s/temporal/helm-values.yaml has no `kind`
(it is Helm chart input, not a k8s object) and the `*-ha/values.yaml` path
filter didn't catch it. Exclude `values.yaml` + `helm-values.yaml` by name
instead — covers every Helm values file regardless of directory. Applied to
both the validate workflow and apply.yml's validate job + apply file list.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments