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

fix: Adds an input recieveing option to recieve input for argoCD transformer namespace. #1070

Closed
wants to merge 2 commits into from

Conversation

MdSahil-oss
Copy link

@MdSahil-oss MdSahil-oss commented Aug 2, 2023

This PR adds an input recieveing option to recieve input for argoCD transformer namespace.

This PR fixes #930.

@github-actions
Copy link

github-actions bot commented Aug 2, 2023

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@MdSahil-oss MdSahil-oss force-pushed the argoCD-destNamespace branch from e327e2d to 8b441b6 Compare August 2, 2023 08:09
@MdSahil-oss MdSahil-oss changed the title Enhanced: Adds an input recieveing option to recieve input for argoCD transformer namespace. FIx: Adds an input recieveing option to recieve input for argoCD transformer namespace. Aug 2, 2023
@MdSahil-oss MdSahil-oss changed the title FIx: Adds an input recieveing option to recieve input for argoCD transformer namespace. Fix: Adds an input recieveing option to recieve input for argoCD transformer namespace. Aug 2, 2023
@MdSahil-oss MdSahil-oss changed the title Fix: Adds an input recieveing option to recieve input for argoCD transformer namespace. fix: Adds an input recieveing option to recieve input for argoCD transformer namespace. Aug 2, 2023
@github-actions github-actions bot added the fix label Aug 2, 2023
Applications: []irtypes.Application{{Name: appName}},
destNamespace := qaengine.FetchStringAnswer(
common.ConfigTransformersKubernetesArgocdNamespaceKey,
"Enter the namespace where argocd pipelibe to be deployed",
Copy link
Contributor

Choose a reason for hiding this comment

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

typo pipelibe

Copy link
Author

Choose a reason for hiding this comment

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

@MdSahil-oss MdSahil-oss force-pushed the argoCD-destNamespace branch from 8b441b6 to 460a46b Compare August 2, 2023 11:58
@codecov
Copy link

codecov bot commented Aug 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (516df66) 14.86% compared to head (93c7ce6) 14.86%.

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.
📢 Have feedback on the report? Share it here.

@MdSahil-oss MdSahil-oss force-pushed the argoCD-destNamespace branch from 460a46b to 58f597f Compare August 2, 2023 12:11
@HarikrishnanBalagopal
Copy link
Contributor

Closing since it has been fixed in #1069

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

Successfully merging this pull request may close these issues.

bug: in the ArgoCD application yaml actually set the namespace based on user input
2 participants