I have a simple pipeline:
pipeline:
helm_deploy:
image: quay.io/ipedrazas/drone-helm
skip_tls_verify: true
chart: stable/prometheus
update_dependencies: false
release: prometheus
namespace: production-prometheus
dry-run: true
secrets: [ api_server, kubernetes_token ]
when:
branch: [master]
Interestingly, when this ran, it actually deployed prometheus, into that namespace.
I have a simple pipeline:
Interestingly, when this ran, it actually deployed prometheus, into that namespace.