squakez opened a new issue, #5522:
URL: https://github.com/apache/camel-k/issues/5522

   ### Requirement
   
   We can enhance the trait to include values taken directly from secret 
without the need to expose them or to mount as files via `mount` trait. For 
example we should have something like `kamel run test.yaml -t 
env.vars=MY_VAR=secret:my-secret/my-value` converted in a Pod like:
   ```
   apiVersion: v1
   kind: Pod
   ...
   spec:
     containers:
   ...
       env:
       - name: MY_VAR
         valueFrom:
           secretKeyRef:
             name: my-secret
             key: my-value
   ```
   
   ### Problem
   
   a
   
   ### Proposal
   
   _No response_
   
   ### Open questions
   
   _No response_


-- 
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]

Reply via email to