-
Notifications
You must be signed in to change notification settings - Fork 118
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
fix: Adds an input recieveing option to recieve input for argoCD transformer namespace. #1070
Conversation
Thanks for making a pull request! 😃 |
e327e2d
to
8b441b6
Compare
Applications: []irtypes.Application{{Name: appName}}, | ||
destNamespace := qaengine.FetchStringAnswer( | ||
common.ConfigTransformersKubernetesArgocdNamespaceKey, | ||
"Enter the namespace where argocd pipelibe to be deployed", |
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.
typo pipelibe
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.
@HarikrishnanBalagopal fixed it.
8b441b6
to
460a46b
Compare
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #1070 +/- ##
=======================================
Coverage 14.86% 14.86%
=======================================
Files 86 86
Lines 8181 8181
=======================================
Hits 1216 1216
Misses 6649 6649
Partials 316 316 ☔ View full report in Codecov by Sentry. |
460a46b
to
58f597f
Compare
…gocd Signed-off-by: Md Sahil <[email protected]>
58f597f
to
3c25fa0
Compare
Closing since it has been fixed in #1069 |
This PR adds an input recieveing option to recieve input for argoCD transformer namespace.
This PR fixes #930.