You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The controller chart depends on Cert Manager and Trust Manager CRDs, e.g., Issuer, Certificate, and Bundle. It's currently necessary to pre-install the CRDs because sub-charts can not provide the CRDs that a parent chart requires.
Add a controller pre (install, upgrade) hook that installs required CRDs and API versions unless installed and compatible.
This needs to be done for CM and TM unless related: #196 is completed to eliminate the TM dependency.
The text was updated successfully, but these errors were encountered:
The controller chart depends on Cert Manager and Trust Manager CRDs, e.g.,
Issuer
,Certificate
, andBundle
. It's currently necessary to pre-install the CRDs because sub-charts can not provide the CRDs that a parent chart requires.Add a controller pre (install, upgrade) hook that installs required CRDs and API versions unless installed and compatible.
This needs to be done for CM and TM unless related: #196 is completed to eliminate the TM dependency.
The text was updated successfully, but these errors were encountered: