Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

fix(helm-chart): fix indentation issue for webhook cleanup job #225

Closed
wants to merge 1 commit into from

Conversation

shovanmaity
Copy link
Contributor

@shovanmaity shovanmaity commented Jun 14, 2021

fix - #208
Remove toleration for cleanup job as we don't need it. This will fix the tolerations issue for webhook cleanup job.

Remove tolerations for cleanup job as we don't need it. This will fix
the tolerations issue for webhook cleanup job.

Signed-off-by: Shovan Maity <shovan.cse91@gmail.com>
@shovanmaity shovanmaity self-assigned this Jun 14, 2021
@@ -23,10 +23,6 @@ spec:
app: {{ template "openebs.name" . }}
spec:
serviceAccountName: {{ template "openebs.serviceAccountName" . }}
{{- if .Values.webhook.tolerations }}
Copy link
Member

Choose a reason for hiding this comment

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

@shovanmaity - let us fix the indentation issue and keep the tolerations. In some setups, every node is tainted like in openshift and would need admin to provide a toleration for job or pod to run.

Copy link
Member

Choose a reason for hiding this comment

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

Also, can this fix be taken into the 2.10 helm chart.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kmova as this patch is added in PR #224 I am closing this PR.

@kmova kmova added the pr/hold-merge The PR should not be merged now label Jun 15, 2021
@shovanmaity shovanmaity deleted the helm-5 branch June 15, 2021 05:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr/hold-merge The PR should not be merged now
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants