Skip to content

Commit 44291e9

Browse files
authored
Merge pull request #29 from metrico/test-workflow
add workflow for test and release
2 parents 2ae5fbe + 096bef1 commit 44291e9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
- name: Render manifests (helm template)
3636
run: |
3737
out="/tmp/gigapipe-k${{ matrix.kube }}.yaml"
38-
helm template gigapipe-tmpl . \
38+
helm template gigapipe . \
39+
--set auth.clickhouse.existingSecret="" \
3940
--kube-version "${{ matrix.kube }}" \
4041
> "$out"
4142
echo "Rendered -> $out"

0 commit comments

Comments
 (0)