Skip to content

Commit 405a0b0

Browse files
authored
Merge pull request #4386 from monteiro-renato/patch-4377-cont
✨ (helm/v1alpha1): Add a step to render the chart in the GitHub Action
2 parents 8ec703e + de50ec6 commit 405a0b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-helm-samples.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
kubectl wait --namespace cert-manager --for=condition=available --timeout=300s deployment/cert-manager-cainjector
7474
kubectl wait --namespace cert-manager --for=condition=available --timeout=300s deployment/cert-manager-webhook
7575
76+
- name: Render Helm chart for project-v4-with-plugins
77+
run: |
78+
helm template testdata/project-v4-with-plugins/dist/chart --namespace=project-v4-with-plugins-system
79+
7680
- name: Install Helm chart for project-v4-with-plugins
7781
run: |
7882
helm install my-release testdata/project-v4-with-plugins/dist/chart --create-namespace --namespace project-v4-with-plugins-system --set prometheus.enable=true

0 commit comments

Comments
 (0)