CircleCI-Public / helm-orb

A CircleCI Orb to simplify deployments to Kubernetes using Helm.
MIT License
11 stars 26 forks source link

fix: Fix typo when using the `HELM_BOOL_CREATE_NAMESPACE` variable in… #75

Closed afdecastro879 closed 10 months ago

afdecastro879 commented 1 year ago

install_helm_chart and upgrade_helm_chart commands

Checklist

Motivation, issues

There's a slight bug when using the create_namespace option

Description

Fixes #74

fangpenlin commented 11 months ago

we published a fork with some minor custom improvements for our needs, also included this bugfix here:

https://circleci.com/developer/orbs/orb/launchplatform/helm

please feel free to use it before this is merged in the upstream