Skip to content

Commit

Permalink
HPCC-33182 make all storage dropzone subpaths to "mydropzone" under
Browse files Browse the repository at this point in the history
helm/examples
  • Loading branch information
xwang2713 committed Jan 8, 2025
1 parent cdb511e commit 81a3b2f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion helm/examples/azure/hpcc-azurefile/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ planes:
#shareName: datashare
#volumeId: "100-data"
- name: mydropzone
subPath: dropzone
subPath: mydropzone
size: 1Gi
rwmany: true
category: lz
Expand Down
2 changes: 1 addition & 1 deletion helm/examples/efs/hpcc-efs-dynamic-pv/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ planes:
category: data # NB: all "data" planes will be auto mounted by engine components and others that require access to data
rwmany: true
- name: mydropzone
subPath: dropzone
subPath: mydropzone
size: 1Gi
rwmany: true
category: lz
4 changes: 2 additions & 2 deletions helm/examples/efs/hpcc-efs-static-pv/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ planes:
rwmany: true
apID:
- name: mydropzone
subPath: dropzone
subPath: mydropzone
size: 1Gi
rwmany: true
category: lz
apID:
apID:
2 changes: 1 addition & 1 deletion helm/examples/local/hpcc-localfile/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ planes:
category: data # NB: all "data" planes will be auto mounted by engine components and others that require access to data
rwmany: true
- name: mydropzone
subPath: dropzone
subPath: mydropzone
size: 1Gi
rwmany: true
category: lz
Expand Down
2 changes: 1 addition & 1 deletion helm/examples/nfs/hpcc-nfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ planes:
category: data # NB: all "data" planes will be auto mounted by engine components and others that require access to data
rwmany: true
- name: mydropzone
subPath: dropzone
subPath: mydropzone
size: 1Gi
rwmany: true
category: lz
5 changes: 5 additions & 0 deletions helm/examples/nfs/values-nfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ storage:
prefix: "/var/lib/HPCCSystems/hpcc-data"
category: data

- name: mydropzone
pvc: mydropzone-awsstorage-hpcc-efs-pvc
prefix: "/var/lib/HPCCSystems/mydropzone"
category: lz

sasha:
wu-archiver:
plane: sasha
Expand Down

0 comments on commit 81a3b2f

Please sign in to comment.