Skip to content

Commit 557864e

Browse files
committed
changes hostpath from /etc to /var
1 parent 622719c commit 557864e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

simplyblock_core/env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-dev
2-
SIMPLY_BLOCK_VERSION=13.0.19
2+
SIMPLY_BLOCK_VERSION=13.0.20
33

44
SIMPLY_BLOCK_DOCKER_IMAGE=public.ecr.aws/simply-block/simplyblock:main
55
DOCKER_USER=hamdysimplyblock

simplyblock_web/templates/storage_deploy_spdk.yaml.j2

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ spec:
3232
path: /
3333
- name: foundationdb
3434
hostPath:
35-
path: /etc/foundationdb
35+
path: /var/foundationdb
3636
- name: etc-simplyblock
3737
hostPath:
38-
path: /etc/simplyblock
38+
path: /var/simplyblock
3939
- name: host-modules
4040
hostPath:
4141
path: /lib/modules

0 commit comments

Comments
 (0)