From 3ef51e05d9b58ffb742afbdb47c8b82f4bf780ae Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Mon, 25 Mar 2024 16:20:59 +0000 Subject: [PATCH] Adding a minimal cluster.yaml file --- config/clusters/bican/cluster.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config/clusters/bican/cluster.yaml diff --git a/config/clusters/bican/cluster.yaml b/config/clusters/bican/cluster.yaml new file mode 100644 index 0000000000..f51d510d00 --- /dev/null +++ b/config/clusters/bican/cluster.yaml @@ -0,0 +1,8 @@ +name: bican +provider: aws # https://2i2c.awsapps.com/start#/ +aws: + key: enc-deployer-credentials.secret.json + clusterType: eks + clusterName: bican + region: us-east-2 +hubs: []