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

add pass_credentials to helm source #271

Merged
merged 5 commits into from
May 4, 2023

Conversation

duncan485
Copy link
Contributor

@duncan485 duncan485 commented May 3, 2023

closes #269

Copy link
Collaborator

@onematchfox onematchfox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @duncan485,

Thanks for this! The changes look great.

To answer your comment - no schema updates are needed in this case, so you're all good.

One small ask from my side... Could you please add this new field (pass_credentials = true) to the existing test for Helm charts here?

duncan485 and others added 3 commits May 4, 2023 19:46
Annoying as hell that this isn't consistently applied across the codebase... (and conflicts with go fmt)... not your bad.
@@ -1127,7 +1127,7 @@ resource "argocd_application" "helm" {
value = "standalone"
}

pass_credentials = true
pass_credentials = true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was already a bit confused, thanks for the quick fix 😄

@onematchfox onematchfox self-requested a review May 4, 2023 18:44
Copy link
Collaborator

@onematchfox onematchfox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for taking the time to do this! Will merge once tests are passing

@onematchfox onematchfox merged commit 8e40130 into argoproj-labs:master May 4, 2023
@onematchfox
Copy link
Collaborator

@duncan485, thanks again! This will be released along with the next version - currently targeting early next week, pending review on #268/#273 as well as my availability due to some upcoming travel. If you need it released sooner, then let me know, and I'll do my best to help out.

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.

Add support for pass_credentials in helm
2 participants