Skip to content

Commit

Permalink
Merge pull request #42 from Cryptophobia/master
Browse files Browse the repository at this point in the history
fix(charts): builder needs access to private-registry secrets
  • Loading branch information
Cryptophobia authored Jul 17, 2018
2 parents 81de9b7 + f6554f2 commit b7be0fe
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 b7be0fe

Please sign in to comment.