diff --git a/pkg/sensors/triggers/standard-k8s/standard-k8s.go b/pkg/sensors/triggers/standard-k8s/standard-k8s.go index dadf8cf8ef..113412924c 100644 --- a/pkg/sensors/triggers/standard-k8s/standard-k8s.go +++ b/pkg/sensors/triggers/standard-k8s/standard-k8s.go @@ -40,8 +40,11 @@ import ( ) var clusterResources = map[string]bool{ - "namespaces": true, - "nodes": true, + "namespaces": true, + "nodes": true, + "persistentvolumes": true, + "clusterroles": true, + "clusterrolebindings": true, } // StandardK8STrigger implements Trigger interface for standard Kubernetes resources