You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,5 +47,4 @@ Helm chart to deploy [gradle-cache](https://docs.gradle.com/build-cache-node/).
43
47
| serviceAccount.create | bool |`false`| specifies whether a service account should be created |
44
48
| serviceAccount.name | string |`nil`| the name of the service account to use; if not set and create is true, a name is generated using the fullname template |
45
49
| tolerations | list |`[]`| tolerations for scheduler pod assignment |
46
-
| volumeMounts | list |`[]`| additional volume mounts |
47
-
| volumes | list |`[]`| additional volumes |
50
+
| volumes | list |`[{"emptyDir":{},"name":"cache"}]`| volumes |
0 commit comments