Skip to content

Commit

Permalink
Switch back to original network name and region
Browse files Browse the repository at this point in the history
Switch back to original network name and region as Connection issue is
fixed

Signed-off-by: Yury Tsarev <[email protected]>
  • Loading branch information
ytsarev committed Jan 30, 2025
1 parent 283bc2c commit 952e3f7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/mysql-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ spec:
parameters:
engine: mysql
engineVersion: "8_0"
region: europe-central2
region: us-west2
storageGB: 10
passwordSecretRef:
namespace: default
name: mysqlsecret
key: password
networkRef:
id: configuration-gcp-database-eu
id: configuration-gcp-database
writeConnectionSecretToRef:
name: configuration-gcp-database-mysql-conn
---
Expand Down
4 changes: 2 additions & 2 deletions examples/network-xr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: configuration-gcp-database
spec:
parameters:
id: configuration-gcp-database-eu
region: europe-central2
id: configuration-gcp-database
region: us-west2
4 changes: 2 additions & 2 deletions examples/postgres-claim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ spec:
parameters:
engine: postgres
engineVersion: "13"
region: europe-central2
region: us-west2
storageGB: 10
passwordSecretRef:
namespace: default
name: psqlsecret
key: password
networkRef:
id: configuration-gcp-database-eu
id: configuration-gcp-database
writeConnectionSecretToRef:
name: configuration-gcp-database-postgres-conn
---
Expand Down

0 comments on commit 952e3f7

Please sign in to comment.