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: Start Argo server with out Configmap #2285 #2293

Merged
merged 7 commits into from
Feb 21, 2020

Conversation

sarabala1979
Copy link
Member

Checklist:

  • Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or (c) this is a chore.
  • The title of the PR is (a) conventional, (b) states what changed, and (c) suffixes the related issues number. E.g. "fix(controller): Updates such and such. Fixes #1234". Argo server should start without configmap #2285
  • I have written unit and/or e2e tests for my change. PRs without these are unlike to be merged.
  • Optional. I've added My organization is added to the README.
  • I've signed the CLA and required builds are green.

@@ -9,7 +9,7 @@
"info": {
"description": "Argo Server",
"title": "Argo Server",
"version": "latest"
"version": "issue2285"
Copy link
Member Author

Choose a reason for hiding this comment

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

do we need to update back latest?

@@ -5516,31 +5516,5 @@
}
}
}
},
Copy link
Member Author

Choose a reason for hiding this comment

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

I am not sure what caused these changes.

Copy link
Contributor

Choose a reason for hiding this comment

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

just check out from master to fix

@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #2293 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #2293   +/-   ##
=======================================
  Coverage   11.41%   11.41%           
=======================================
  Files          71       71           
  Lines       27899    27899           
=======================================
  Hits         3185     3185           
  Misses      24310    24310           
  Partials      404      404

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d781358...bdd0bd2. Read the comment docs.

@sarabala1979 sarabala1979 merged commit df8493a into argoproj:master Feb 21, 2020
@sarabala1979 sarabala1979 deleted the issue2285 branch February 21, 2020 23:09
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.

None yet

2 participants