Skip to content

Commit 62b356c

Browse files
authored
Merge pull request #444 from element-hq/bbz/dyff-fixes
Some more fixes to the templates-dyff job
2 parents 9a150b1 + a1573b6 commit 62b356c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: Helm Chart Building tests
66
on:
7-
pull_request:
7+
pull_request_target:
88
push:
99
branches:
1010
- main
@@ -79,6 +79,7 @@ jobs:
7979
for values in charts/matrix-stack/ci/*values.yaml; do
8080
echo "Testing matrix-stack with $values";
8181
helm template \
82+
-n ess-ci \
8283
-a monitoring.coreos.com/v1/ServiceMonitor \
8384
-f "$values" charts/matrix-stack \
8485
| kubeconform \
@@ -113,6 +114,7 @@ jobs:
113114
for values in charts/matrix-stack/ci/*values.yaml; do
114115
echo "Generating new templates with $values";
115116
helm template \
117+
-n ess-ci \
116118
-a monitoring.coreos.com/v1/ServiceMonitor \
117119
-f "$values" charts/matrix-stack | \
118120
yq ea '[.] | sort_by(.kind, .metadata.name) | .[] | splitDoc' > "$RUNNER_TEMP/new/$(basename "$values")"
File renamed without changes.

0 commit comments

Comments
 (0)