Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
duckhawk committed May 8, 2024
1 parent de01134 commit 81566cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/csi-nfs/werf.inc.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ shell:
- chmod +x /nfsplugin

---
{{ $csiBinaries := "/bin/mount /bin/umount /sbin/mount.nfs /sbin/mount.nfs4" }}
{{ $csiBinaries := "/bin/mount /bin/umount /sbin/mount.nfs /sbin/mount.nfs4 /usr/bin/strace" }}
---
image: {{ $.ImageName }}-binaries-artifact
from: {{ $.BASE_ALT_DEV }}
@@ -75,4 +75,4 @@ import:
- '**/*'

docker:
ENTRYPOINT: ["/nfsplugin"]
ENTRYPOINT: ["/usr/bin/strace /nfsplugin"]

0 comments on commit 81566cb

Please sign in to comment.