pluralsh / plural-artifacts

Artifacts for applications deployable by plural
Apache License 2.0
49 stars 35 forks source link

fix(bootstrap): allow for disabling azure pod id creation #840

Closed davidspek closed 1 year ago

davidspek commented 1 year ago

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.

plural-bot commented 1 year ago

:tada: This PR is included in version 1.12.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: