Skip to content

Commit

Permalink
Remove installer Azure support
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored and roboquat committed Feb 1, 2023
1 parent 213a191 commit 1ea14bd
Show file tree
Hide file tree
Showing 18 changed files with 465 additions and 10,822 deletions.
25 changes: 0 additions & 25 deletions install/installer/cmd/mirror_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,31 +135,6 @@ func renderAllKubernetesObject(cfgVersion string, cfg *configv1.Config) ([]strin
}
return renderKubernetesObjects(cfgVersion, cfg)
},
func() ([]string, error) {
// Render for external depedencies - Azure
cfg.Database.CloudSQL = nil
cfg.ContainerRegistry = configv1.ContainerRegistry{
InCluster: pointer.Bool(false),
External: &configv1.ContainerRegistryExternal{
URL: "some-url",
Certificate: &configv1.ObjectRef{
Kind: configv1.ObjectRefSecret,
Name: "value",
},
},
}
cfg.ObjectStorage = configv1.ObjectStorage{
InCluster: pointer.Bool(false),
Azure: &configv1.ObjectStorageAzure{
Credentials: configv1.ObjectRef{
Kind: configv1.ObjectRefSecret,
Name: "value",
},
},
}

return renderKubernetesObjects(cfgVersion, cfg)
},
func() ([]string, error) {
// Render for external depedencies - GCP
cfg.Database = configv1.Database{
Expand Down
27 changes: 0 additions & 27 deletions install/installer/cmd/testdata/render/azure-setup/config.yaml

This file was deleted.

Loading

0 comments on commit 1ea14bd

Please sign in to comment.