Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Template pod affinity settings from the correct value (#181)
Pod affinity settings were errornously reading from the tolerations value rather than the affinity value for both the collector and cluster receiver deployments. As a result, setting the affinity value would result in an affinity key being templated but with the contents of the tolerations value. This fix ensures the correct value is read, and also adds a leading dash to the template function to prevent an errornous newline from being added.
- Loading branch information