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

Fixing permissions for goldilocks dashboard #117

Merged
merged 1 commit into from Aug 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion incubator/goldilocks/Chart.yaml
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.2.3"
description: A Helm chart for running Fairwinds Goldilocks
name: goldilocks
version: 0.1.1
version: 0.1.2
maintainers:
- name: sudermanjr
- name: dosullivan
Expand Down
8 changes: 8 additions & 0 deletions incubator/goldilocks/templates/dashboard-clusterrole.yaml
Expand Up @@ -17,4 +17,12 @@ rules:
verbs:
- 'get'
- 'list'
- apiGroups:
- 'apps'
- 'extensions'
resources:
- 'deployments'
verbs:
- 'get'
- 'list'
{{- end }}