Skip to content

Commit

Permalink
Removed sqs helm values from aws opta (flyteorg#2337)
Browse files Browse the repository at this point in the history
* Removed sqs values from helm

Signed-off-by: Yuvraj <[email protected]>

* more changes

Signed-off-by: Yuvraj <[email protected]>

Co-authored-by: Yuvraj <[email protected]>
  • Loading branch information
yindia and Yuvraj authored Apr 10, 2022
1 parent b18c70c commit 88cf9e7
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions opta/aws/flyte.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,40 +89,8 @@ modules:
"eks.amazonaws.com/role-arn": "${{module.adminflyterole.role_arn}}"
workflow_scheduler:
enabled: true
config:
scheduler:
# -- This is configured to use Cloudwatch schedules as explained [here](https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/Create-CloudWatch-Events-Scheduled-Rule.html)
eventScheduler:
scheme: aws
region: "{vars.region}"
scheduleRole: "${{module.adminflyterole.role_arn}}"
targetName: "${{module.schedulesQueue.queue_arn}}"
scheduleNamePrefix: flyte
workflowExecutor:
scheme: aws
region: "{vars.region}"
scheduleQueueName: "${{module.schedulesQueue.queue_name}}"
accountId: "{vars.account_id}"
reconnectAttempts: 10
reconnectDelaySeconds: 30
workflow_notifications:
enabled: true
config:
notifications:
type: aws
region: "{vars.region}"
publisher:
topicName: "${{module.topic.topic_arn}}"
processor:
queueName: "${{module.notifcationsQueue.queue_name}}"
accountId: "{vars.account_id}"
emailer:
subject: "Flyte: {{ project }}/{{ domain }}/{{ launch_plan.name }} has '{{ phase }}'"
sender: "flyte@{parent.domain}"
body: |
Execution {{ workflow.project }}/{{ workflow.domain }}/{{ workflow.name }}/{{ name }} has {{ phase }}.
Details: https://flyte.example.com/console/projects/{{ project }}/domains/{{ domain }}/executions/{{ name }}.
{{ error }}
enabled: false
configmap:
remoteData:
remoteData:
Expand Down

0 comments on commit 88cf9e7

Please sign in to comment.