-
Notifications
You must be signed in to change notification settings - Fork 90
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
Conversation
There was a problem hiding this 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?
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 |
There was a problem hiding this comment.
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 😄
There was a problem hiding this 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
@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. |
closes #269