-
Notifications
You must be signed in to change notification settings - Fork 200
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
Kubeapp (releases/v2) #142
Conversation
eef68af
to
468f442
Compare
468f442
to
4a35b6c
Compare
@AmrutaKawade , can you please review this to see if the expected changes for kubeapp are there |
@@ -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 $ |
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.
Lib file corresponding to this file is missing.
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.
added in new commit
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 betweenmaster
andreleases/v2
, I was not sure which was preferable.