Skip to content

Commit 417ca15

Browse files
authored
[installer] Remove cloud-sql-global (#16452)
1 parent 66aebf3 commit 417ca15

File tree

6 files changed

+1
-350
lines changed

6 files changed

+1
-350
lines changed

install/installer/cmd/testdata/render/gcp-setup/config.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ database:
1818
serviceAccount:
1919
kind: secret
2020
name: gcp-database
21-
cloudSQLGlobal:
22-
instance: gcp-global-db-instance
23-
serviceAccount:
24-
kind: secret
25-
name: gcp-global-database
2621
metadata:
2722
region: europe-west2
2823
objectStorage:

install/installer/cmd/testdata/render/gcp-setup/output.golden

Lines changed: 0 additions & 170 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/installer/pkg/components/database/cloudsql/global.go

Lines changed: 0 additions & 141 deletions
This file was deleted.

install/installer/pkg/components/database/cloudsql/objects.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ var Objects = common.CompositeRenderFunc(
2121
ServicePort: Port,
2222
},
2323
}),
24-
CloudSQLGlobalObjects,
2524
)

0 commit comments

Comments
 (0)