cluster-api-provider-existinginfra
cluster-api-provider-existinginfra copied to clipboard
NPE when <clustername>-assets configmap is empty or not found
The controller is looking for 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.