We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ec703e + de50ec6 commit 405a0b0Copy full SHA for 405a0b0
.github/workflows/test-helm-samples.yml
@@ -73,6 +73,10 @@ jobs:
73
kubectl wait --namespace cert-manager --for=condition=available --timeout=300s deployment/cert-manager-cainjector
74
kubectl wait --namespace cert-manager --for=condition=available --timeout=300s deployment/cert-manager-webhook
75
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
+
80
- name: Install Helm chart for project-v4-with-plugins
81
run: |
82
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