Re: [I] Kubernetes Install Failing [camel-karavan]

2024-04-10 Thread via GitHub


mgubaidullin closed issue #1165: Kubernetes Install Failing 
URL: https://github.com/apache/camel-karavan/issues/1165


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



Re: [I] Kubernetes Install Failing [camel-karavan]

2024-03-12 Thread via GitHub


skumaravelan commented on issue #1165:
URL: https://github.com/apache/camel-karavan/issues/1165#issuecomment-1991954586

   In addition ,  I need to update secret.yaml to have these key entries . 
Secret names with prefix "karavan" doesn't work. Please update and fix them as 
well. 
 git-repository: 
 git-username: 
 git-password: 
 git-branch: 
 image-registry: 
 image-group: 
 image-registry-username: 
 image-registry-password : 


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



Re: [I] Kubernetes Install Failing [camel-karavan]

2024-03-08 Thread via GitHub


skumaravelan commented on issue #1165:
URL: https://github.com/apache/camel-karavan/issues/1165#issuecomment-1986067237

   Somehow , the below part is causing an issue. When I comment out this 
section, am able to proceed with deployment. What is the problem in here. 
   
   # Patch for Service with nodePort
   patches:
 - path: ./nodePort.yaml
   target:
 kind: "Service"
 name: "karavan"
   
   
   ## Replace secret from.env if required
   secretGenerator:
 - name: karavan
   behavior: replace
   options:
 disableNameSuffixHash: true
   envs:
 - .env


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



[I] Kubernetes Install Failing [camel-karavan]

2024-03-07 Thread via GitHub


skumaravelan opened a new issue, #1165:
URL: https://github.com/apache/camel-karavan/issues/1165

   Hi, 
   When I did apply  kubectl apply -k . Getting the below error.
   error: json: cannot unmarshal object into Go struct field 
Kustomization.patchesStrategicMerge of type patch.StrategicMerge
   Syntax looks good. What is the cause of this error, Please suggest a 
solution. 
   
   Thank You 


-- 
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.apache.org

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