Skip to content

Commit

Permalink
fix(setup): add permission to modify secrets (#2653)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Nov 30, 2022
1 parent 11f1f5a commit 2ea8ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix(openshift): fix remote write proxy - use unprivileged NGINX [#2510], [#2510]
- fix: default.metrics source is not imported when metrics are disabled and traces are enabled [#2547]
- fix(cleanup): fix cleanup job [#2600]
- fix(setup): add permission to modify secrets [#2653]

[#2483]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2483
[#2512]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2512
Expand Down Expand Up @@ -154,6 +155,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#2640]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2640
[#2647]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2647
[#2664]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2664
[#2653]: https://github.com/SumoLogic/sumologic-kubernetes-collection/pull/2653
[Unreleased]: https://github.com/SumoLogic/sumologic-kubernetes-collection/compare/v2.17.0...main
[telegraf_operator_comapare_1.3.5_and_1.3.10]: https://github.com/influxdata/helm-charts/compare/telegraf-operator-1.3.5...telegraf-operator-1.3.10
[cert-manager-1.4]: https://github.com/cert-manager/cert-manager/releases/tag/v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/templates/setup/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ rules:
- ""
resources:
- secrets
verbs: ["get", "list", "describe", "create"]
verbs: ["get", "list", "describe", "create", "patch"]
{{- end }}

0 comments on commit 2ea8ae7

Please sign in to comment.