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

Allow for ExtraArgs in Helm Module for AddRepo #1166

Merged

Conversation

nxf5025
Copy link
Contributor

@nxf5025 nxf5025 commented Aug 10, 2022

Description

Fixes #1165.

This enables users to pass extra arguments to the addRepo function in the helm module. An example would include passing username/password credentials to authenticate against a private repository.

TODOs

Read the Gruntwork contribution guidelines.

  • [n/a] Update the docs.
  • Run the relevant tests successfully, including pre-commit checks.
  • Include release notes. If this PR is backward incompatible, include a migration guide.

Release Notes (draft)

Added the ability to pass in ExtraArgs to the helm addRepo function.

@nxf5025 nxf5025 force-pushed the feature/private-helm-repo-add branch from 7a48981 to 99c78dd Compare August 10, 2022 17:01
@nxf5025
Copy link
Contributor Author

nxf5025 commented Aug 22, 2022

@yorinasub17 - Anything else you need from my end to get this looked at?

@denis256 denis256 merged commit ab8a832 into gruntwork-io:master Sep 4, 2022
@denis256
Copy link
Member

denis256 commented Sep 4, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow for ExtraArgs in Helm Module for AddRepo
2 participants