aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-01-10 01:46:29 +0000
committerGravatar GitHub <[email protected]>2021-01-10 01:46:29 +0000
commit9ff15de283e64fed2dd3a1f496a5880362751221 (patch)
tree2ce4a06dac38a242814bbf578897dc7a2d8e0480
parentRemove erroneous slash from dependencies list (diff)
Create dependency cache directory if not present
-rw-r--r--deployment.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml
index 0fa99df..4545c3f 100644
--- a/deployment.yaml
+++ b/deployment.yaml
@@ -53,4 +53,4 @@ spec:
- name: snekbox-user-base-volume
hostPath:
path: /snekbox_dep_cache
- type: Directory
+ type: DirectoryOrCreate