redhat-cop / namespace-configuration-operator

The namespace-configuration-operator helps keeping configurations related to Users, Groups and Namespaces aligned with one of more policies specified as a CRs
Apache License 2.0
204 stars 55 forks source link

Operator panics when attempting to delete resources. #14

Closed ghost closed 4 years ago

ghost commented 4 years ago

The latest version of the operator appears to panic when attempting to delete resources.

runtime.go:69] Observed a panic: "invalid memory address or nil pointer dereference" (runtime error: invalid memory address or nil pointer dereference)

I believe this is due to deleteResource() being commented out.