Skip to content

Commit

Permalink
Fix sample for secondary cluster and instance
Browse files Browse the repository at this point in the history
  • Loading branch information
199201shubhamsahu committed Feb 29, 2024
1 parent 59c8223 commit 509c89e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ spec:
external: ${PROJECT_ID?}
clusterType: "SECONDARY"
secondaryConfig:
primaryClusterName: projects/${PROJECT_ID?}/locations/us-east1/clusters/alloydbcluster-dep-secondary
primaryClusterNameRef:
name: alloydbcluster-dep-secondary
deletionPolicy: "FORCE"
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ spec:
external: ${PROJECT_ID?}
clusterType: "SECONDARY"
secondaryConfig:
primaryClusterName: projects/${PROJECT_ID?}/locations/us-central1/clusters/alloydbinstance-dep1-secondary
primaryClusterNameRef:
name: alloydbinstance-dep-secondary
deletionPolicy: "FORCE"

0 comments on commit 509c89e

Please sign in to comment.