crosscloudci / cross-project

App deployment for CNCF CI Project
https://cncf.ci
5 stars 5 forks source link

kubconfig absolute path and helm argument updates for v3 changes #24

Closed agentpoyo closed 4 years ago

agentpoyo commented 4 years ago
agentpoyo commented 4 years ago

@taylor @denverwilliams

This is now tested in cidev, deletes any installed deploys without complaints, we can likely push through to prod now.

https://gitlab.cidev.cncf.ci/cncf/cross-project/-/jobs/194300

$ helm list --filter "${DEPLOYMENT_NAME}" > /dev/null && helm delete "${DEPLOYMENT_NAME}" || true
release "fluentd-v1111" uninstalled