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 Route trait can be used to configure the creation of OpenShift routes for the integration. The certificate and key contents may be sourced either from the local filesystem or in a Openshift `secret` object. The user may use the parameters ending in `-secret` (example: `tls-certificate-secret`) to reference a certificate stored in a `secret`. Parameters ending in `-secret` have higher priorities and in case the same route parameter is set, for example: `tls-key-secret` and `tls-key`, then `tls-key-secret` is used. The recommended approach to set the key and certificates is to use `secrets` to store their contents and use the following parameters to reference them: `tls-certificate-secret`, `tls-key-secret`, `tls-ca-certificate-secret`, `tls-destination-ca-certificate-secret` See the examples section at the end of this page to see the setup options. nolint: tagliatelle
I think that the part See the examples section at the end of this page to see the setup options. nolint: tagliatelle should be removed
The text was updated successfully, but these errors were encountered:
with kamel 1.7.0
kamel help trait --all -o json
the last description is:
I think that the part
See the examples section at the end of this page to see the setup options. nolint: tagliatelle
should be removedThe text was updated successfully, but these errors were encountered: