You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for people who dont want to use argo, or want to create Argo CRs using helm rather then API (there are reasons), we need a generic helm step implementer.
requirements
minimum
take parameter for relative path to helm chart to run local to already checked out git project
takes parameters with list of arbitrary parameters to pass to helm
uses the helm secrets plugin so that sops things are decrypted (assumes pgp keys or si8mialr are already installed/configured, but handles error case where they are not)
uses helm secrets upgrade --install rather then helm secrets install so that it works for an initial install or upgrade of already installed helm chart
takes optinoal paramter for namespace to install helm chart into, if not given crafts a namespace name like we do in Argo step implementer
stretch or future enhancements
take parameter for git project to checkout with helm chart to run and then use the relative path to helm chart in that project rather then the primary project
rather then using local source helm chart be able to configure arbitrary helm chart repository and then run a binary helm chart from that repository
The text was updated successfully, but these errors were encountered:
purpose
for people who dont want to use argo, or want to create Argo CRs using helm rather then API (there are reasons), we need a generic helm step implementer.
requirements
minimum
helm secrets
plugin so that sops things are decrypted (assumes pgp keys or si8mialr are already installed/configured, but handles error case where they are not)helm secrets upgrade --install
rather thenhelm secrets install
so that it works for an initial install or upgrade of already installed helm chartstretch or future enhancements
The text was updated successfully, but these errors were encountered: