Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
weizhoublue committed Feb 28, 2025
1 parent dfcc2dd commit 90188ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/callBuildImage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,11 @@ jobs:
path: image-digest
retention-days: 1

- name: status
shell: bash
run: |
echo "succeeded to build image: ${{ env.image_full_name }}:${{ env.image_tag }}"
image-digests:
name: Display Digests
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions mx-rdma-tools/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,14 @@ affinity:
# using hostNetwork
hostnetwork: false
#ssh_port: 2022
#securityContext:
# # required by gdrcopy test
# privileged: true
# capabilities:
# add: [ "IPC_LOCK" ]
EOF

# for China user, add `--set image.registry=ghcr.m.daocloud.io`
Expand Down
2 changes: 1 addition & 1 deletion mx-rdma-tools/chart/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- name: ENV_SERVICE_NAME
value: {{ include "project.name" . | trunc 63 | trimSuffix "-" | quote }}
- name: ENV_SSH_PORT
value: {{ .Values.ssh_port }}
value: {{ .Values.ssh_port | quote }}
- name: ENV_POD_NAMESPACE
valueFrom:
fieldRef:
Expand Down

0 comments on commit 90188ea

Please sign in to comment.