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.
1 parent bdfee98 commit e3231acCopy full SHA for e3231ac
.changeset/eight-wings-travel.md
@@ -0,0 +1,5 @@
1
+---
2
+"helm-charts": minor
3
4
+
5
+Allows setting custom ingressClassName and annotations for the HyperDX application ingress.
.github/workflows/helm-test.yaml
@@ -33,4 +33,13 @@ jobs:
33
34
- name: Run helm-unittest
35
run: |
36
- helm unittest charts/hdx-oss-v2
+ helm unittest charts/hdx-oss-v2 ./results.xml
37
38
+ - name: Publish Test Results
39
+ uses: EnricoMi/publish-unit-test-result-action@v2
40
+ if: (!cancelled())
41
+ with:
42
+ check_name: "Unit Test Results"
43
+ comment_mode: off
44
+ files: ./results.xml
45
0 commit comments