Skip to content

Commit

Permalink
Fix rbac settings in chart. (#123)
Browse files Browse the repository at this point in the history
* TfJob operator needs permissions to create configmaps because we create
  a configmap for the PS in order to create a std gRPC server.

* Change the source repository mentioned in the chart.
  • Loading branch information
jlewi authored Nov 5, 2017
1 parent f397d0a commit e3809b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tf-job-operator-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: tf-job-operator-chart
home: https://github.com/jlewi/mlkube.io
home: https://github.com/tensorflow/k8s
version: 0.2.0
appVersion: 0.1.0
description: K8s Custom Resource and Operator For TensorFlow jobs
sources:
- https://github.com/jlewi/mlkube.io
- https://github.com/tensorflow/k8s
1 change: 1 addition & 0 deletions tf-job-operator-chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ rules:
- apiGroups:
- ""
resources:
- configmaps
- pods
- services
- endpoints
Expand Down

0 comments on commit e3809b4

Please sign in to comment.