astefanutti commented on a change in pull request #2577:
URL: https://github.com/apache/camel-k/pull/2577#discussion_r701718513



##########
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]",
+      the value represents the secret name, if there is only one key in the 
secret
+      it will be read, otherwise you can set a key name separated with a 
"/".Refer
+      to the OpenShift route documentation for additional information.
   - name: tls-key
     type: string
-    description: The TLS certificate key contents.Refer to the OpenShift 
documentation
+    description: The TLS certificate key contents.Refer to the OpenShift route 
documentation
       for additional information.
+  - name: tls-key-secret
+    type: string
+    description: The TLS certificate key contents read from a secret. The 
format is
+      "secret-name[/key-name]", the value represents the secret name, if there 
is
+      only one key in the secret it will be read, otherwise you can set a key 
name
+      separated with a "/".Refer to the OpenShift route documentation for 
additional
+      information.
   - name: tls-ca-certificate
     type: string
     description: The TLS cert authority certificate contents.Refer to the 
OpenShift
-      documentation for additional information.
+      route documentation for additional information.
+  - name: tls-ca-certificate-secret
+    type: string
+    description: The TLS cert authority certificate contents read from a 
secret. The

Review comment:
       dito.




-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to