Skip to content

Commit

Permalink
✨ (helm/v1alpha1): Add a step to render the chart in the GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
monteiro-renato committed Nov 24, 2024
1 parent 8ec703e commit de50ec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-helm-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ jobs:
kubectl wait --namespace cert-manager --for=condition=available --timeout=300s deployment/cert-manager-cainjector
kubectl wait --namespace cert-manager --for=condition=available --timeout=300s deployment/cert-manager-webhook
- name: Render Helm chart for project-v4-with-plugins
run: |
helm template testdata/project-v4-with-plugins/dist/chart --namespace=project-v4-with-plugins-system
- name: Install Helm chart for project-v4-with-plugins
run: |
helm install my-release testdata/project-v4-with-plugins/dist/chart --create-namespace --namespace project-v4-with-plugins-system --set prometheus.enable=true
Expand Down

0 comments on commit de50ec6

Please sign in to comment.