diff --git a/incubator/goldilocks/Chart.yaml b/incubator/goldilocks/Chart.yaml index 269a362e6..bc0bcbdc7 100644 --- a/incubator/goldilocks/Chart.yaml +++ b/incubator/goldilocks/Chart.yaml @@ -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 diff --git a/incubator/goldilocks/templates/dashboard-clusterrole.yaml b/incubator/goldilocks/templates/dashboard-clusterrole.yaml index 3a1d9fba1..2f8a318d9 100644 --- a/incubator/goldilocks/templates/dashboard-clusterrole.yaml +++ b/incubator/goldilocks/templates/dashboard-clusterrole.yaml @@ -17,4 +17,12 @@ rules: verbs: - 'get' - 'list' + - apiGroups: + - 'apps' + - 'extensions' + resources: + - 'deployments' + verbs: + - 'get' + - 'list' {{- end }}