Skip to content

Commit

Permalink
Merge pull request #4386 from monteiro-renato/patch-4377-cont
Browse files Browse the repository at this point in the history
✨ (helm/v1alpha1): Add a step to render the chart in the GitHub Action
  • Loading branch information
k8s-ci-robot authored Nov 24, 2024
2 parents 8ec703e + de50ec6 commit 405a0b0
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 405a0b0

Please sign in to comment.