Skip to content

Commit

Permalink
CSI path fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Yakubov <alexey.yakubov@flant.com>
  • Loading branch information
mrwesadex-flant committed Jan 14, 2025
1 parent 66f8f93 commit b2600b5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions images/sds-local-volume-csi/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,14 @@ shell:
beforeInstall:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -y curl # make automake pkg-config gcc libtool git
- apt-get install -y curl
- |
apt-get -y install lvm2 e2fsprogs xfsprogs \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
- echo "deckhouse:x:64535:64535:deckhouse:/:/sbin/nologin" >> /relocate/etc/passwd
- echo "deckhouse:x:64535:" >> /relocate/etc/group
- echo "deckhouse:!::0:::::" >> /relocate/etc/shadow
- echo "deckhouse:x:64535:64535:deckhouse:/:/sbin/nologin" >> /etc/passwd
- echo "deckhouse:x:64535:" >> /etc/group
- echo "deckhouse:!::0:::::" >> /etc/shadow

docker:
ENTRYPOINT: ["/{{ $.ImageName }}"]
Expand Down

0 comments on commit b2600b5

Please sign in to comment.