helm
helm copied to clipboard
Support separate configuration for autoscaler selector and labels
In the templates for both the deployment and deployment-autoscaler, the customLabels and deployment.selector values are re-used. This makes it difficult to use helm and configure these objects separately, as the shared configuration will cause accidental selection of pods that are not part of the other deployment since these values are shared. These should be separated so that the labels for the autoscaler have separate values