Fixing AWS helm deploy of OPA
Compare changes
+ 1
− 1
@@ -21,7 +21,7 @@ aws-update-helm:
- helm upgrade opa devops/aws/opa/ -i -n ${AWS_SERVICE_NAMESPACE:-osdu-services} --set global.resourcePrefix=$RESOURCE_PREFIX --set global.region=$AWS_REGION --set-string global.accountID=$AWS_ACCOUNT_ID --set global.policyBucket=$POLICY_BUCKET --set global.allowOrigins=$ALLOWED_ORIGINS --set global.gatewayName=$GATEWAY --set global.cacheClusterEndpoint=${CACHE_CLUSTER_ENDPOINT} --set global.cacheClusterPort=${CACHE_CLUSTER_PORT} --set global.cacheClusterKey=${CACHE_CLUSTER_KEY} --set "partitions={osdu,opendes,int-test-policy,int-test-storage,performance-test}"
- helm upgrade opa-agent devops/aws/opa/ -i -n ${AWS_SERVICE_NAMESPACE:-osdu-services} --set global.resourcePrefix=$RESOURCE_PREFIX --set global.region=$AWS_REGION --set-string global.accountID=$AWS_ACCOUNT_ID --set global.policyBucket=$POLICY_BUCKET --set global.allowOrigins=$ALLOWED_ORIGINS --set global.gatewayName=$GATEWAY --set global.cacheClusterEndpoint=${CACHE_CLUSTER_ENDPOINT} --set global.cacheClusterPort=${CACHE_CLUSTER_PORT} --set global.cacheClusterKey=${CACHE_CLUSTER_KEY} --set "partitions={osdu,opendes,int-test-policy,int-test-storage,performance-test}"
- helm upgrade $AWS_EKS_DEPLOYMENT_NAME $CHART_DIR/ -i -n ${AWS_SERVICE_NAMESPACE:-osdu-services} --set global.resourcePrefix=$RESOURCE_PREFIX --set global.region=$AWS_REGION --set-string global.accountID=$AWS_ACCOUNT_ID --set global.policyBucket=$POLICY_BUCKET --set global.allowOrigins=$ALLOWED_ORIGINS --set global.gatewayName=$GATEWAY --set global.cacheClusterEndpoint=${CACHE_CLUSTER_ENDPOINT} --set global.cacheClusterPort=${CACHE_CLUSTER_PORT} --set global.cacheClusterKey=${CACHE_CLUSTER_KEY}