Conversation
|
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 |
ea82a7d to
d370565
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: Assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
CLAs look good, thanks! |
|
Reviewers, This is the standalone citadel template merged into the main helm chart. I don't know if we want this sort of work prior to 0.8, however, I've submitted on the 0.8 branch as master is blocked. |
There was a problem hiding this comment.
this part may not be correct.
d370565 to
d2760ae
Compare
Codecov Report
@@ Coverage Diff @@
## release-0.8 #5292 +/- ##
=============================================
Coverage ? 74%
=============================================
Files ? 323
Lines ? 27231
Branches ? 0
=============================================
Hits ? 19973
Misses ? 6473
Partials ? 785Continue to review full report at Codecov.
|
d2760ae to
92bb2b2
Compare
|
@sdake: The following tests failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Thanks, Steven. |
| # repository: file://../sidecar-injector | ||
| condition: sidecar-injector.enabled | ||
| tags: | ||
| - integrated_citadel |
There was a problem hiding this comment.
How about using standalone_citadel as a tag? Then you don't need to explicitly set integrated_citadel tags here.
There was a problem hiding this comment.
I'm not convinced this PR works for the non-standalone case - need a bit of help from @jascott1.
Unfortunately standalone_citadel, while making more logical sense, is not viable with the way Helm works. The way tags and conditions are processed is covered here: https://github.com/kubernetes/helm/blob/master/docs/charts.md#tags-and-condition-fields-in-requirementsyaml
In short here is my parsing of how conditions/tags work (or don't work) together:
If subchart.condition == undefined
if tag == true
include subchart
There is no way to have the opposite logic:
if subchart.condition == undefined
if tag = true (on the security)
include all charts that are not security
@jascott1 can you weigh in here is this PR correct, or is there a way to specify "standalone_citadel".
I get the impression condition/tags are half-baked after reading the docs, and need some more time in the oven ;-)
|
BTW, I saw the newly generated file |
|
/hold |
|
@sdake: PR needs rebase. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
ping leaving open for 1.1 progress. |
|
This pull request has been automatically marked as stale because it has not had activity in the last 2 weeks. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
|
stalebot ignore |
No description provided.