Skip to content

Commit 3081dbb

Browse files
committed
refactor: remove useless provider config for platform
1 parent 0c1e61d commit 3081dbb

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

cmd/tke-installer/app/installer/manifests/tke-platform-api/tke-platform-api.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ data:
164164
webhook_config_file = "/app/conf/tke-auth-webhook.yaml"
165165
{{- end }}
166166

167-
[provider]
168-
providers=["Baremetal"]
169-
170167
tke-auth-webhook.yaml: |
171168
apiVersion: v1
172169
kind: Config

cmd/tke-installer/app/installer/manifests/tke-platform-controller/tke-platform-controller.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ data:
116116
container_domain = "{{ .RegistryDomain }}"
117117
container_namespace = "tkestack"
118118
119-
[provider]
120-
providers=["Baremetal"]
121-
122119
[features]
123120
monitor_storage_type = "{{ .MonitorStorageType }}"
124121
monitor_storage_addresses = "{{ .MonitorStorageAddresses }}"

0 commit comments

Comments
 (0)