We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29871b8 commit 608a12eCopy full SHA for 608a12e
.github/workflows/jsonschema.yaml
@@ -38,7 +38,9 @@ jobs:
38
39
- name: Verify ClusterGroup values.schema.json against values-*yaml files
40
run: |
41
- set -e; for i in values-hub.yaml values-group-one.yaml; do
+ set -e
42
+ for i in $(find . -maxdepth 1 -type f -name "values-*.yaml" ! -name "values-global.yaml")
43
+ do
44
echo "$i"
45
# disable shellcheck of single quotes in yq
46
# shellcheck disable=2016
charts/hub/trustee/templates/kbs-subs.yaml
0 commit comments