Skip to content

Commit

Permalink
Merge pull request #720 from rzetelskik/fix-gke-example-config
Browse files Browse the repository at this point in the history
Fix zone/region mapping in gke example cluster
  • Loading branch information
zimnx committed Jul 23, 2021
2 parents e80ecb6 + f67b289 commit 603327d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/gke/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ spec:
network:
hostNetworking: true
datacenter:
name: <gcp_zone>
name: <gcp_region>
racks:
- name: <gcp_region>
- name: <gcp_zone>
scyllaConfig: "scylla-config"
scyllaAgentConfig: "scylla-agent-config"
members: 2
Expand Down

0 comments on commit 603327d

Please sign in to comment.