Implement PR-1 review comments

This commit is contained in:
faizanahmad055
2018-07-13 14:55:02 +05:00
parent c35bb74896
commit 82bd2b55c5
8 changed files with 62 additions and 11 deletions

View File

@@ -8,5 +8,5 @@ import (
// ResourceMap are resources from where changes are going to be detected
var ResourceMap = map[string]runtime.Object{
"configMaps": &v1.ConfigMap{},
"secrets": &v1.Secret{},
"secrets": &v1.Secret{},
}