Skip to content
Snippets Groups Projects
Commit 2de69da2 authored by Marc Burnie [AWS]'s avatar Marc Burnie [AWS]
Browse files

AWS Using Helm to Deploy

parent 662c7bde
No related branches found
No related tags found
1 merge request!391AWS Using Helm to Deploy
......@@ -35,7 +35,7 @@ variables:
AWS_SERVICE_GATEWAY: osdu-gateway
AWS_ENVIRONMENT: dev
AWS_MAVEN_TEST_COMMAND_OVERRIDE: verify
AWS_DEPLOY_TARGET: EKS
AWS_DEPLOY_TARGET: HELM
AWS_EKS_DEPLOYMENT_NAME: os-schema
MONGODB_AWS_SERVICE: schema
......
aws_bootstrap:
stage: bootstrap
image: $CI_REGISTRY/osdu/platform/deployment-and-operations/base-containers-aws/aws-python/aws-python:v1.0-py3.8
needs: [{ job: 'aws-update-helm-cf', optional: true }, { job: 'aws-update-eks', optional: true }]
needs: [{ job: 'aws-update-tf', optional: true }, { job: 'aws-update-helm', optional: true }, { job: 'aws-update-eks', optional: true }]
extends:
- .aws
- .aws_common_variables
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment