You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside our code we have two parameters related to selecting a cluster cluster which can be the cluster short name OR the full ARN clusterArn which can is needed for scheduled tasks and can only be an ARN
We should keep just one for simplicity and clarity of the code.
###Steps
Replace all the occurrences of Config.str("cluster") with Config.str("clusterArn")
Remove cluster from the readme
Remove cluster from the fargate-helper secret in Secrets Manager
The text was updated successfully, but these errors were encountered:
Description
Inside our code we have two parameters related to selecting a cluster
cluster
which can be the cluster short name OR the full ARNclusterArn
which can is needed for scheduled tasks and can only be an ARNWe should keep just one for simplicity and clarity of the code.
###Steps
Config.str("cluster")
with Config.str("clusterArn")cluster
from the readmecluster
from the fargate-helper secret in Secrets ManagerThe text was updated successfully, but these errors were encountered: