Skip to content

Commit

Permalink
Adjust containerd config file
Browse files Browse the repository at this point in the history
  • Loading branch information
fiunchinho committed Oct 10, 2024
1 parent d74a2e8 commit c5a3a89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helm/cluster/files/etc/containerd/workers-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ sandbox_image = "{{ include "cluster.image.registry" $ }}/{{ $.Values.providerIn
{{- if and $.Values.global.components.containerd.localRegistryCache.enabled (has $host $.Values.global.components.containerd.localRegistryCache.mirroredRegistries) -}}
"http://127.0.0.1:{{ $.Values.global.components.containerd.localRegistryCache.port }}",
{{- end -}}
{{- if and $.Values.global.components.containerd.managementClusterRegistryCache.enabled (has $host $.Values.global.components.containerd.managementClusterRegistryCache.mirroredRegistries) -}}
"https://zot.{{ $.Values.global.managementCluster }}.{{ $.Values.global.connectivity.baseDomain }}",
{{- end -}}
{{- range $value := $config -}}
"https://{{$value.endpoint}}",
{{- end -}}
Expand Down

0 comments on commit c5a3a89

Please sign in to comment.