cluster-api-provider-existinginfra icon indicating copy to clipboard operation
cluster-api-provider-existinginfra copied to clipboard

NPE when <clustername>-assets configmap is empty or not found

Open palemtnrider opened this issue 4 years ago • 0 comments

The controller is looking for -assets configmap and assets key. If the configmap is missing the code generates a NPE and the container restarts.

Since this is used to override image locations, we shouldn't fail if the configmap is missing.

palemtnrider avatar Jun 18 '21 17:06 palemtnrider