We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a150b1 + a1573b6 commit 62b356cCopy full SHA for 62b356c
.github/workflows/build-test.yml
@@ -4,7 +4,7 @@
4
5
name: Helm Chart Building tests
6
on:
7
- pull_request:
+ pull_request_target:
8
push:
9
branches:
10
- main
@@ -79,6 +79,7 @@ jobs:
79
for values in charts/matrix-stack/ci/*values.yaml; do
80
echo "Testing matrix-stack with $values";
81
helm template \
82
+ -n ess-ci \
83
-a monitoring.coreos.com/v1/ServiceMonitor \
84
-f "$values" charts/matrix-stack \
85
| kubeconform \
@@ -113,6 +114,7 @@ jobs:
113
114
115
echo "Generating new templates with $values";
116
117
118
119
-f "$values" charts/matrix-stack | \
120
yq ea '[.] | sort_by(.kind, .metadata.name) | .[] | splitDoc' > "$RUNNER_TEMP/new/$(basename "$values")"
newsfragments/443.internal.md renamed to newsfragments/444.internal.md
0 commit comments