diff --git a/pob-prover-0.1.0.tgz b/pob-prover-0.1.0.tgz index 3823725..f15155c 100644 Binary files a/pob-prover-0.1.0.tgz and b/pob-prover-0.1.0.tgz differ diff --git a/values.yaml b/values.yaml index abd90ce..aeadf8b 100644 --- a/values.yaml +++ b/values.yaml @@ -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