-
Notifications
You must be signed in to change notification settings - Fork 504
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump operator to 0.95.0 #1062
Bump operator to 0.95.0 #1062
Conversation
12ae242
to
6f3315f
Compare
@swiatekm-sumo I think the cluster role needs to be identical to https://github.com/open-telemetry/opentelemetry-operator/blob/main/config/rbac/role.yaml. Also we had some tests for the roles. |
b555d36
to
57866d0
Compare
It is identical, just formatted differently. I copied it from the operator, and then chart tooling reformatted it. |
Add CRUD permission for PersistentVolume and PersistentVolumeClaim.
57866d0
to
eb1e153
Compare
@Allex1 can we merge this? Operator 0.96.0 is going to be out very soon. |
* Bump operator to 0.95.0 * Bump chainsaw to 0.1.7 * Update otel operator CluterRole Add CRUD permission for PersistentVolume and PersistentVolumeClaim. --------- Co-authored-by: Tyler Helmuth <[email protected]>
Part of open-telemetry/opentelemetry-operator#2656
I had to add new permissions to the operator ClusterRole due to open-telemetry/opentelemetry-operator#2575. I ended up copying the rules from the operator's kustomize manifest, resulting in a smaller ClusterRole at the end of it.