Skip to content

Commit

Permalink
Merge pull request #3849 from consideRatio/pr/add-comments
Browse files Browse the repository at this point in the history
Add inline comments for consistency about cloud infra accounts etc
  • Loading branch information
consideRatio committed Mar 26, 2024
2 parents 95d2a35 + de71e3d commit 4b16eda
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/clusters/catalystproject-africa/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: catalystproject-africa
provider: aws
provider: aws # https://2i2c.awsapps.com/start#/
aws:
key: enc-deployer-credentials.secret.json
clusterType: eks
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/earthscope/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: earthscope
provider: aws
provider: aws # https://762698921361.signin.aws.amazon.com/console
aws:
key: enc-deployer-credentials.secret.json
clusterType: eks
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/hhmi/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: hhmi
provider: gcp
provider: gcp # https://console.cloud.google.com/kubernetes/clusters/details/us-west2/hhmi-cluster/details?project=hhmi-398911
gcp:
key: enc-deployer-credentials.secret.json
project: hhmi-398911
Expand Down
2 changes: 1 addition & 1 deletion config/clusters/utoronto/cluster.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: utoronto
provider: kubeconfig
provider: kubeconfig # azure based, cloud infra work requires a dedicated utoronto account
account: UTORid
kubeconfig:
file: enc-deployer-credentials.secret.yaml
Expand Down
2 changes: 1 addition & 1 deletion eksctl/catalystproject-africa.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ local daskNodes = [];
} + n for n in daskNodes
] else []
)
}
}
2 changes: 1 addition & 1 deletion eksctl/earthscope.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,4 @@ local daskNodes = [
} + n for n in daskNodes
] else []
)
}
}

0 comments on commit 4b16eda

Please sign in to comment.