Skip to content
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

Update rbac.yaml #16

Closed
wants to merge 1 commit into from
Closed

Update rbac.yaml #16

wants to merge 1 commit into from

Conversation

prageethw
Copy link

@prageethw prageethw commented Jul 20, 2020

added below for the collector.

- apiGroups:
  - ""
  resources:
  - configmaps
  verbs:
  - list
  - watch

One-line summary

There was issue with configmap resource for latest image from Zalando(image.tag=v0.1.5) refer defect and resolution here.
https://github.com/zalando-incubator/kube-metrics-adapter/issues/142

Description

Added correct level of access to config maps for metrics collector.

Types of Changes

What types of changes does your code introduce? Keep the ones that apply:

  • Bug fix (non-breaking change which fixes an issue)

added below for the collector.

- apiGroups:
  - ""
  resources:
  - configmaps
  verbs:
  - list
  - watch
@prageethw
Copy link
Author

closing will do a proper one

@prageethw prageethw closed this Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant