Skip to content

Commit

Permalink
Fix OpenStack region template
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuckal777 committed Feb 6, 2024
1 parent 3e73415 commit 1357117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/seed/templates/fix-torcx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ data:
fi
cp -f /etc/containerd/config.toml output.toml
#download xtoml
curl https://repo.{{ .OpenstackRegion }}.cloud.sap/controlplane/xtoml/xtoml -o xtoml
curl https://repo.{{ .Values.openstack.region }}.cloud.sap/controlplane/xtoml/xtoml -o xtoml
chmod +x xtoml
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key sandbox_image --value "{{ .PauseImage }}:{{ .PauseImageTag }}" --type string
./xtoml add --file output.toml --plugin "io.containerd.grpc.v1.cri" --key enable_unprivileged_ports --value true --type bool
Expand Down

0 comments on commit 1357117

Please sign in to comment.