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

Kubeapp (releases/v2) #142

Merged
merged 5 commits into from
May 24, 2021

Conversation

mattchenderson
Copy link

Comparison branch here was based on the kubeapp branch. releases/v2 was merged in, and conflicts resolved.

Another version of this was done pulling master and has been opened as #141. Since there is a gap between master and releases/v2, I was not sure which was preferable.

@kaverma
Copy link
Contributor

kaverma commented May 21, 2021

@AmrutaKawade , can you please review this to see if the expected changes for kubeapp are there

@kaverma kaverma requested a review from BALAGA-GAYATRI May 21, 2021 06:21
@@ -28,7 +28,8 @@ export function validateAppDetails() {

if(!!actionParams.appName || (!!actionParams.slotName && actionParams.slotName.toLowerCase() !== 'production')) {
let creds: ScmCredentials = PublishProfile.getPublishProfile(actionParams.publishProfileContent).creds;
let splitUsername: string[] = creds.username.toUpperCase().substring(1).split("__");
//for kubeapps in publishsettings file username doesn't start with $, for all other apps it starts with $
Copy link
Contributor

Choose a reason for hiding this comment

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

Lib file corresponding to this file is missing.

Copy link
Author

Choose a reason for hiding this comment

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

added in new commit

@BALAGA-GAYATRI BALAGA-GAYATRI merged commit 676ed2b into Azure:releases/v2 May 24, 2021
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.

4 participants