claudio4j commented on a change in pull request #2577:
URL: https://github.com/apache/camel-k/pull/2577#discussion_r701886287
##########
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:
The certificate is stored in the `secret`, isn't the same thing for
configuration purposes ? The user wants to setup the certificate to be sourced
either from a `secret` or directly from CLI.
--
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]