We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b7ccca commit fb8a0d6Copy full SHA for fb8a0d6
.github/workflows/build.yaml
@@ -30,6 +30,8 @@ jobs:
30
run: make build-installer
31
- name: run build multifile installer
32
run: make build-multifile-installer
33
+ - name: Generate operator helm charts
34
+ run: make build-helm-installer
35
- name: Check for uncommitted changes
36
run: make check-all-committed
37
- name: Show the uncommitted "git diff"
0 commit comments