mgubaidullin commented on issue #1385:
URL: https://github.com/apache/camel-karavan/issues/1385#issuecomment-2330123886

   Check if env variables are in uppercase in deployment.yaml
   
   ```
           - name: "KARAVAN_GIT_REPOSITORY"
             valueFrom:
               secretKeyRef:
                 key: "karavan.git.repository"
                 name: "karavan"
           - name: "KARAVAN_GIT_USERNAME"
             valueFrom:
               secretKeyRef:
                 key: "karavan.git.username"
                 name: "karavan"
           - name: "KARAVAN_GIT_PASSWORD"
             valueFrom:
               secretKeyRef:
                 key: "karavan.git.password"
                 name: "karavan"
           - name: "KARAVAN_GIT_BRANCH"
             valueFrom:
               secretKeyRef:
                 key: "karavan.git.branch"
                 name: "karavan"
   ```


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