Skip to content

Commit

Permalink
refactor: remove useless provider config for platform
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Mar 19, 2020
1 parent 0c1e61d commit 3081dbb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ data:
webhook_config_file = "/app/conf/tke-auth-webhook.yaml"
{{- end }}

[provider]
providers=["Baremetal"]

tke-auth-webhook.yaml: |
apiVersion: v1
kind: Config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ data:
container_domain = "{{ .RegistryDomain }}"
container_namespace = "tkestack"
[provider]
providers=["Baremetal"]
[features]
monitor_storage_type = "{{ .MonitorStorageType }}"
monitor_storage_addresses = "{{ .MonitorStorageAddresses }}"
Expand Down

0 comments on commit 3081dbb

Please sign in to comment.