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

helm chart: allow specifying extra containers #2881

Merged
merged 2 commits into from
Apr 4, 2023

Conversation

pcarrier
Copy link
Contributor

@pcarrier pcarrier commented Mar 30, 2023

Allow sidecars, like coprocessors, in the official helm chart.

Checklist

Complete the checklist (and note appropriate exceptions) before a final PR is raised.

  • Changes are compatible[^1]
  • Documentation[^2] completed
  • Performance impact assessed and acceptable
  • Tests added and passing[^3]
    • Unit Tests
    • Integration Tests
    • Manual Tests

Exceptions

Note any exceptions here

Notes

[^1]. It may be appropriate to bring upcoming changes to the attention of other (impacted) groups. Please endeavour to do this before seeking PR approval. The mechanism for doing this will vary considerably, so use your judgement as to how and when to do this.
[^2]. Configuration is an important part of many changes. Where applicable please try to document configuration examples.
[^3]. Tick whichever testing boxes are applicable. If you are adding Manual Tests:
- please document the manual testing (extensively) in the Exceptions.
- please raise a separate issue to automate the test and label it (or ask for it to be labeled) as manual test

Copy link
Contributor

@garypen garypen left a comment

Choose a reason for hiding this comment

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

Thanks! I think this is a great addition. In addition to my helm-docs suggestion, could you also please fill in a changeset description for your PR.

helm/chart/router/values.yaml Outdated Show resolved Hide resolved
@garypen garypen merged commit aa99f13 into apollographql:dev Apr 4, 2023
@abernix abernix mentioned this pull request Apr 6, 2023
pcarrier added a commit to pcarrier/router that referenced this pull request Apr 17, 2023
pcarrier added a commit to pcarrier/router that referenced this pull request Apr 17, 2023
pcarrier added a commit to pcarrier/router that referenced this pull request Apr 17, 2023
garypen added a commit that referenced this pull request Apr 18, 2023
The [previous PR](#2881)
does not indent correctly and makes it impossible to create extra
containers.

**Checklist**

Complete the checklist (and note appropriate exceptions) before a final
PR is raised.

- [x] Changes are compatible[^1]
- [x] Documentation[^2] completed
- [x] Performance impact assessed and acceptable
- Tests added and passing[^3]
    - [ ] Unit Tests
    - [ ] Integration Tests
    - [ ] Manual Tests

**Exceptions**

*Note any exceptions here*

**Notes**

I nurture a distaste for YAML, text/template, and Helm, merely copied
from context, and do not understand the before nor the after.
This was tested using `helm package`, copying the resulting tarball in
internal Helm charts, then running `helm install … --dry-run --debug`.
While I'm not 100% sure it is correct, the generated YAML seemed correct
after converting to JSON and back.

Co-authored-by: Gary Pennington <gary@apollographql.com>
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.

3 participants