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

Issue 1178 helm secrets integration #1617

Conversation

RoryShively
Copy link
Contributor

addresses issue 1178
#1178

@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

@codecov-io
Copy link

codecov-io commented Feb 7, 2019

Codecov Report

Merging #1617 into master will decrease coverage by 0.01%.
The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1617      +/-   ##
==========================================
- Coverage   46.91%   46.89%   -0.02%     
==========================================
  Files         126      126              
  Lines        6167     6169       +2     
==========================================
  Hits         2893     2893              
- Misses       2976     2977       +1     
- Partials      298      299       +1
Impacted Files Coverage Δ
pkg/skaffold/deploy/helm.go 64.72% <66.66%> (-0.51%) ⬇️

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 6a829c4...06c73d8. Read the comment docs.

Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

@RoryShively thanks for the contribution, looks pretty good just a small comment

useSecrets = true
}

helmErr := h.helm(ctx, out, useSecrets, args...)
Copy link
Contributor

Choose a reason for hiding this comment

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

why not just pass r.UseHelmSecrets here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes thats an obvious improvement. Will fix

@nkubala
Copy link
Contributor

nkubala commented Feb 7, 2019

also, please sign the CLA :)

@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google.
In order to pass this check, please resolve this problem and have the pull request author add another comment and the bot will run again. If the bot doesn't comment, it means it doesn't think anything has changed.

@RoryShively
Copy link
Contributor Author

also, please sign the CLA :)

I signed it!

@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

@RoryShively
Copy link
Contributor Author

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

Can somebody explain what this means and how I can address it?

@rorymaidbot
Copy link

I am ok with my commits being contributed to this project

@nkubala
Copy link
Contributor

nkubala commented Feb 14, 2019

@RoryShively sorry, looks like you need a rebase here :( once that's done and Kokoro passes we can get this merged

@RoryShively RoryShively force-pushed the issue-1178-helm-secrets-integration branch 3 times, most recently from afa08cc to ce1485c Compare February 21, 2019 16:52
@RoryShively
Copy link
Contributor Author

@nkubala I rebased but I don't know what Kokoro is. How does it work? Whats the process to update it's status

@balopat balopat added the kokoro:run runs the kokoro jobs on a PR label Feb 25, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Feb 25, 2019
@RoryShively
Copy link
Contributor Author

@nkubala @balopat I don't know how to fix this cla issue. I accidentally used another account to push my commits but have signed the cla for both of my accounts. Does that need to be manually overridden?

@RoryShively RoryShively force-pushed the issue-1178-helm-secrets-integration branch from ce1485c to 3e8c9a7 Compare February 28, 2019 16:42
@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@googlebot googlebot removed the cla: no label Feb 28, 2019
@RoryShively RoryShively force-pushed the issue-1178-helm-secrets-integration branch from 3e8c9a7 to 06c73d8 Compare March 4, 2019 17:17
@googlebot
Copy link

So there's good news and bad news.

👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there.

😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request.

Note to project maintainer: This is a terminal state, meaning the cla/google commit status will not change from this state. It's up to you to confirm consent of all the commit author(s), set the cla label to yes (if enabled on your project), and then merge this pull request when appropriate.

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: no and removed cla: yes labels Mar 4, 2019
@RoryShively RoryShively force-pushed the issue-1178-helm-secrets-integration branch from 06c73d8 to a892303 Compare March 4, 2019 17:32
@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@googlebot googlebot added cla: yes and removed cla: no labels Mar 4, 2019
@balopat balopat added the kokoro:run runs the kokoro jobs on a PR label Mar 7, 2019
@kokoro-team kokoro-team removed the kokoro:run runs the kokoro jobs on a PR label Mar 7, 2019
Copy link
Contributor

@nkubala nkubala left a comment

Choose a reason for hiding this comment

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

@RoryShively sorry the super long delay here, this got a little buried after the CLA issue...that's my fault :( thanks for your contribution!

@nkubala nkubala merged commit b76ff3c into GoogleContainerTools:master Mar 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants