Skip to content

Commit

Permalink
fix(charts): builder needs access to private-registry secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptophobia committed Jul 17, 2018
1 parent 81de9b7 commit f6554f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/builder/templates/builder-clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ rules:
- apiGroups: [""]
resources: ["namespaces"]
verbs: ["list"]
- apiGroups: [""]
resources: ["secrets"]
verbs: ["list","get"]
{{- end -}}
{{- end -}}

0 comments on commit f6554f2

Please sign in to comment.