Update rbac in reloader

This commit is contained in:
faizanahmad055
2018-07-10 15:16:52 +05:00
parent 0004271e34
commit c05ef239b2
2 changed files with 2 additions and 2 deletions

View File

@@ -22,5 +22,4 @@ func MapToRuntimeObject(resourceType string) runtime.Object {
var ResourceMap = map[string]runtime.Object{
"configMaps": &v1.ConfigMap{},
"secrets": &v1.Secret{},
"default": nil,
}