astefanutti commented on a change in pull request #2577:
URL: https://github.com/apache/camel-k/pull/2577#discussion_r701718184
##########
File path: deploy/traits.yaml
##########
@@ -833,19 +842,39 @@ traits:
- name: tls-termination
type: string
description: The TLS termination type, like `edge`, `passthrough` or
`reencrypt`.Refer
- to the OpenShift documentation for additional information.
+ to the OpenShift route documentation for additional information.
- name: tls-certificate
type: string
- description: The TLS certificate contents.Refer to the OpenShift
documentation
+ description: The TLS certificate contents.Refer to the OpenShift route
documentation
for additional information.
+ - name: tls-certificate-secret
+ type: string
+ description: The TLS certificate contents read from a secret. The format
is "secret-name[/key-name]",
Review comment:
If I understand it correctly, this is not the content read from a
Secret. That is the reference of the secret name and key containing the TLS
certificate.
--
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]