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
KubePlus generates OpenAPI schema from values.yaml of the helm chart when registering the CRD.
Right now we are ignoring the comments in the values.yaml. Because of this when we use 'kubectl explain' on the CRD, we do not see any comments about the attributes in the Spec definition. We should update the CRD registration to use the comments available in values.yaml when registering the OpenAPI schema definition.
As an alternative, you can use the 'kubectl man' plugin. It displays the values.yaml as part of the spec properties of CRD.
The text was updated successfully, but these errors were encountered:
KubePlus generates OpenAPI schema from values.yaml of the helm chart when registering the CRD.
Right now we are ignoring the comments in the values.yaml. Because of this when we use 'kubectl explain' on the CRD, we do not see any comments about the attributes in the Spec definition. We should update the CRD registration to use the comments available in values.yaml when registering the OpenAPI schema definition.
As an alternative, you can use the 'kubectl man' plugin. It displays the values.yaml as part of the spec properties of CRD.
The text was updated successfully, but these errors were encountered: