Fix fetcher failed to access TPR if RBAC is enabled (#288)

This commit is contained in:
Ta-Ching Chen
2017-08-18 15:01:21 -07:00
committed by Soam Vasani
parent 961ee069ed
commit 6bca24a3f5
4 changed files with 62 additions and 0 deletions
+1
View File
@@ -387,6 +387,7 @@ func (gp *GenericPool) createPool() error {
Command: []string{"/fetcher", sharedMountPath},
},
},
ServiceAccountName: "fission-fetcher",
},
},
},