mrinalsharma opened a new pull request, #592: URL: https://github.com/apache/camel-karavan/pull/592
This pull request is for https://github.com/apache/camel-karavan/issues/586. - A new key `deploymentEnvironment: AWS` has been added to Karayan.yaml. This key can take values AWS, KUBERNETES, OPENSHIFT. Once Karavan.yaml is applied, Operator will update and use Key : deploymentEnvironment to decide the deployment environment. - Added following key-values in karavan-secret.yaml ``` aws_access_key_id: aws_access_key_id aws_secret_access_key: aws_secret_access_key aws_region: aws_region aws_output: json aws_account: "aws_account" ``` - When run under AWS env, the pipeline task will create an AWS ecr repository, then create a Quarkus or Spring maven build, and then deploy in running kubernetes 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
