-
Notifications
You must be signed in to change notification settings - Fork 16.8k
[stable/sonarqube] Duplicate scheduling settings in deployment.yaml template #19713
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
The issue is still present in version 3.3.2 |
I guess something went wrong in #4265? If so, it seems like a straightforward fix, yes? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
@rjkernick @tsiddique, can you please confirm this is an issue? It seems to be an easy fix. Thanks! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Any further update will cause the issue/pull request to no longer be considered stale. Thank you for your contributions. |
This issue is being automatically closed due to inactivity. |
Describe the bug
The deployment.yaml file contains duplicate entries of the elements
nodeSelector
,hostAliases
,tolerations
andaffinity
. The problem is that the first occurence between L102 and L118 of these elements is right in the middle of theinitContainer
array.This leads to a failed helm install when using for example affinity and the plugin install init container.
As the elements in question have their correct occurence between L239 and L251 it should be save to simply remove the first, incorrect ones.
A workaround is to remove the node scheduling settings from the values.yaml.
Which chart:
stable/sonarqube 3.2.7
What happened:
When using affinity and the plugin install init container, the chart installation fails with the message:
Line 97 in my case was the duplicate entry of
affinity
How to reproduce it (as minimally and precisely as possible):
I used the following values (among others):
The text was updated successfully, but these errors were encountered: