During CAPI bootstrapping there is a conflict with creating the Azure AD Pod Identity resource and the installation of the CRD since that is done by the same chart, causing a classic chicken&egg problem. This PR allows us to disable creation of the resource during cluster bootstrapping where it isn't needed and causes problems. It also creates a second recipe that will allow us to properly test fresh Azure clusters deployed with CAPI.
Summary
During CAPI bootstrapping there is a conflict with creating the Azure AD Pod Identity resource and the installation of the CRD since that is done by the same chart, causing a classic chicken&egg problem. This PR allows us to disable creation of the resource during cluster bootstrapping where it isn't needed and causes problems. It also creates a second recipe that will allow us to properly test fresh Azure clusters deployed with CAPI.