Skip to content

Commit

Permalink
Fixing permissions for goldilocks dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman committed Aug 14, 2019
1 parent 039667e commit daf044f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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 }}

0 comments on commit daf044f

Please sign in to comment.