Skip to content

Commit

Permalink
set pv base description
Browse files Browse the repository at this point in the history
  • Loading branch information
Aswin-ElMagnifico committed Jan 2, 2024
1 parent 6a409f2 commit 258a9d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Binary file modified pob-prover-0.1.0.tgz
Binary file not shown.
5 changes: 5 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,17 @@ volumes:
- name: "pobconfig"
configMap:
name: "pobconfig"
- name: config-data-volume
persistentVolumeClaim:
claimName: data-pvc

# Additional volumeMounts on the output Deployment definition.
volumeMounts:
- name: "pobconfig"
mountPath: "/home/pobuser/pob-client/dart/config/pob/prover.json"
subPath: "prover.json"
- mountPath: /home/pob-user/.config
name: config-data-volume
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
Expand Down

0 comments on commit 258a9d4

Please sign in to comment.