-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
good first issueGood for newcomersGood for newcomerskind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.
Description
kubectl explain is very valuable and the ESO CRD's for Conjur provider does not have any descriptions. This report is for a request to add OpenAPI to CRD's for description of resources and field types
To Reproduce
- Install ESO or just create the CRD's
- Run
kubectl explain SecretStore.spec.provider.conjur.auth
❯ kubectl explain SecretStore.spec.provider.conjur.auth
GROUP: external-secrets.io
KIND: SecretStore
VERSION: v1beta1
FIELD: auth <Object>
DESCRIPTION:
<empty>
FIELDS:
apikey <Object>
<no description>
jwt <Object>
<no description>
Kubernetes version - v1.32.2
ESO version 0.14.2 installed via Helm
Expected behavior
Description of field resources associated with the CRD.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/documentationCategorizes issue or PR as related to documentation.Categorizes issue or PR as related to documentation.