cfitzw commented on issue #6028:
URL: https://github.com/apache/camel-k/issues/6028#issuecomment-2590125980
I re-reviewed the PR #5996, and the only thing that stands out is:
camel-k/helm/camel-k/crds/camel-k-crds.yaml --> line 31184-3118 got repeated
and could be deleted.
```
path:
description: |-
To configure the path exposed by the ingress (default `/`).
Deprecated: In favor of `paths` - left for backward compatibility.
type: string
```
HOWEVER, when I look at `main` branch now, in this same file, I see the text
is incorrectly everywhere under `paths`, which differs from PR...
Could that duplicated block have caused this, even though everything in the
PR otherwise looked correct?
Please advise.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]