We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921ea2b commit 3b6be98Copy full SHA for 3b6be98
1 file changed
.github/workflows/release-helm.yml
@@ -51,6 +51,9 @@ jobs:
51
with:
52
go-version-file: 'go.mod'
53
54
+ - name: Create Kind cluster
55
+ uses: helm/kind-action@v1.14.0
56
+
57
- name: Generate CRDs
58
run: make build-crd
59
@@ -60,9 +63,6 @@ jobs:
60
63
- name: Helm template dry-run
61
64
run: helm template emqx-operator deploy/charts/emqx-operator | kubectl apply --dry-run=client -f -
62
65
- - name: Create Kind cluster
- uses: helm/kind-action@v1.14.0
-
66
- name: Helm install
67
run: |
68
helm install emqx-operator deploy/charts/emqx-operator \
0 commit comments