Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <alexandr.zimin@flant.com>
  • Loading branch information
AleksZimin committed Sep 20, 2024
1 parent 2becf75 commit eabb5f8
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions images/csi-nfs/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,37 +95,37 @@ import:
add: /lib64
to: /lib64
before: install
# includePaths:
# - 'libresolv*'
# - 'libnss_dns*'
- image: {{ $.ImageName }}-binaries-artifact
add: /var
to: /var
before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /usr
to: /usr
before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /lib
to: /lib
before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /libx32
to: /libx32
before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /sbin
to: /sbin
before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /selinux
to: /selinux
before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /srv
to: /srv
before: install
includePaths:
- 'libresolv*'
- 'libnss_dns*'
# - image: {{ $.ImageName }}-binaries-artifact
# add: /var
# to: /var
# before: install
# - image: {{ $.ImageName }}-binaries-artifact
# add: /usr
# to: /usr
# before: install
# - image: {{ $.ImageName }}-binaries-artifact
# add: /lib
# to: /lib
# before: install
# - image: {{ $.ImageName }}-binaries-artifact
# add: /libx32
# to: /libx32
# before: install
# - image: {{ $.ImageName }}-binaries-artifact
# add: /sbin
# to: /sbin
# before: install
# - image: {{ $.ImageName }}-binaries-artifact
# add: /selinux
# to: /selinux
# before: install
# - image: {{ $.ImageName }}-binaries-artifact
# add: /srv
# to: /srv
# before: install
- image: {{ $.ImageName }}-binaries-artifact
add: /etc
to: /etc
Expand Down

0 comments on commit eabb5f8

Please sign in to comment.