Skip to content

Commit ce07a7f

Browse files
committed
Remove installer Azure support
1 parent 4628ccb commit ce07a7f

File tree

17 files changed

+468
-10822
lines changed

17 files changed

+468
-10822
lines changed

Diff for: install/installer/cmd/mirror_list.go

-25
Original file line numberDiff line numberDiff line change
@@ -135,31 +135,6 @@ func renderAllKubernetesObject(cfgVersion string, cfg *configv1.Config) ([]strin
135135
}
136136
return renderKubernetesObjects(cfgVersion, cfg)
137137
},
138-
func() ([]string, error) {
139-
// Render for external depedencies - Azure
140-
cfg.Database.CloudSQL = nil
141-
cfg.ContainerRegistry = configv1.ContainerRegistry{
142-
InCluster: pointer.Bool(false),
143-
External: &configv1.ContainerRegistryExternal{
144-
URL: "some-url",
145-
Certificate: &configv1.ObjectRef{
146-
Kind: configv1.ObjectRefSecret,
147-
Name: "value",
148-
},
149-
},
150-
}
151-
cfg.ObjectStorage = configv1.ObjectStorage{
152-
InCluster: pointer.Bool(false),
153-
Azure: &configv1.ObjectStorageAzure{
154-
Credentials: configv1.ObjectRef{
155-
Kind: configv1.ObjectRefSecret,
156-
Name: "value",
157-
},
158-
},
159-
}
160-
161-
return renderKubernetesObjects(cfgVersion, cfg)
162-
},
163138
func() ([]string, error) {
164139
// Render for external depedencies - GCP
165140
cfg.Database = configv1.Database{

Diff for: install/installer/cmd/testdata/render/azure-setup/config.yaml

-27
This file was deleted.

0 commit comments

Comments
 (0)