Skip to content

Commit

Permalink
feat(openshift): add projected volumes to SecurityContextConstraints
Browse files Browse the repository at this point in the history
without this change Prometheus Pod was not created on OpenShift 4.10
in side by side deployment of k8s collection
  • Loading branch information
kasia-kujawa committed Jul 22, 2022
1 parent 4072f62 commit 0f10872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- feat(priorityclass): add priority class for logs and traces daemonsets [#2433]
- feat(tracing): add pprof extension to the collectors [#2434]
- chore: add OpenShift 4.9 to supported platforms [#2441]
- feat(openshift): add projected volumes to SecurityContextConstraints [#2443]

### Changed

Expand All @@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2433]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2433
[#2434]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2434
[#2441]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2441
[#2443]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2443
[v2.12.0]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.11.0...v2.12.0

## [v2.11.0]
Expand Down
1 change: 1 addition & 0 deletions deploy/helm/sumologic/templates/scc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ volumes:
- secret
- configMap
- persistentVolumeClaim
- projected
{{- end }}

0 comments on commit 0f10872

Please sign in to comment.