-
Notifications
You must be signed in to change notification settings - Fork 17
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
Added sideCars to Rundeck helm chart deployment template #51
Added sideCars to Rundeck helm chart deployment template #51
Conversation
Thanks for the PR and sorry for being so late with the review. Could you test-drive this for your use case? |
Apologies for the delay on getting back to you - I've actually been away for a while and I'm just catching up on things. Just to clarify what you mean by "test-drive" are you referring to adding an example to the values-test.yaml or something else? |
Did you deploy this onto a cluster and got it working - an manual e2e test so to say |
Yes I've been running this in our environment since I raised the PR |
I see. The only thing we need to ensure is that we also can deploy without sidecar, which i would say can be seen in the code already. LGTM |
I've spun up a Rundeck instance in MicroK8S with this version of the chart and the sidecar configuration set as:
which worked as expected and also with the config I'm using in prod which includes a sidecar and that also works so it should be good to go. |
Thank you a lot for your patience @jgtr-blis Thank you for the contribution |
Glad to have helped @EugenMayer. Is there a reason the new Rundeck 1.11.0 chart isn't showing in the helm repo now? It looks as though you ran a job to update the index.yaml, however when I view the contents of the live file it's missing: |
@jgtr-blis i have issue releasing the chart right now helm/chart-releaser#379 This blocks me from getting the chart up and running. You can use the chart from the repo or release it to your custom chart museum. Kind of stuck here right now |
opened #53 |
Thanks for the update. Sorry to hear you are having issues with the chart-releaser - I thought I would mention it in case you weren't aware of the issue, however it sounds like you are on top of it. |
@jgtr-blis it is fixed now, should be available in abou 20 mins via artifactory |
As per issue #50 the readme for the Rundeck helm chart currently states that the sideCars value can be used to run additional containers in the Rundeck pod, however although it is mentioned in the chart readme and a commented out example exists in the values file it isn't actually applied by the deployment template.
This change therefore re-adds the sideCars into the Rundeck deployment template to allow sidecar containers (such as the rundeck-exporter for monitoring purposes) to be deployed via the Rundeck chart.