Skip to content

Commit

Permalink
make blob-scratch read only because else it doesn't work - Azure/kube…
Browse files Browse the repository at this point in the history
  • Loading branch information
tam203 committed Sep 19, 2019
1 parent 659bdfb commit 9c61fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pangeo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pangeo:
- name: scratch-blob
flexVolume:
driver: "azure/blobfuse"
readOnly: false
readOnly: true
secretRef:
name: blobfusecreds
options:
Expand Down Expand Up @@ -132,7 +132,7 @@ pangeo:
readOnly: true
- name: scratch-blob
mountPath: /scratch-blob
readOnly: false
readOnly: true
- name: aws-earth-nc-files
mountPath: /aws-earth-nc-files
readOnly: true
Expand Down

0 comments on commit 9c61fcf

Please sign in to comment.