We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d409b79 + 27fb47f commit b71fb19Copy full SHA for b71fb19
1 file changed
pkg/kube/resourcemapper.go
@@ -7,7 +7,7 @@ import (
7
8
// ResourceMap are resources from where changes are going to be detected
9
var ResourceMap = map[string]runtime.Object{
10
- "configMaps": &v1.ConfigMap{},
+ "configmaps": &v1.ConfigMap{},
11
"secrets": &v1.Secret{},
12
- "namespaces": &v1.Namespace{},
+ "namespaces": &v1.Namespace{},
13
}
0 commit comments