Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy - add helm StepImplementer #185

Open
itewk opened this issue Aug 9, 2021 · 0 comments
Open

deploy - add helm StepImplementer #185

itewk opened this issue Aug 9, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@itewk
Copy link
Contributor

itewk commented Aug 9, 2021

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

  • 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
@itewk itewk added the enhancement New feature or request label Aug 9, 2021
@gfulton-redhat gfulton-redhat linked a pull request Aug 11, 2021 that will close this issue
@gfulton-redhat gfulton-redhat removed their assignment Sep 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants