File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Use `**BREAKING**:` to denote a breaking change
88
99## Unreleased
1010
11+ - Change CACHE_DIR env var to SYMBOLS_CACHE_DIR in symbols template [ #258 ] ( https://github.com/sourcegraph/deploy-sourcegraph-helm/pull/258 )
1112
1213## 4.5.0
1314
Original file line number Diff line number Diff line change 6565 valueFrom :
6666 fieldRef :
6767 fieldPath : metadata.name
68- - name : CACHE_DIR
68+ - name : SYMBOLS_CACHE_DIR
6969 value : /mnt/cache/$(POD_NAME)
7070 - name : TMPDIR
7171 value : /mnt/tmp
@@ -140,4 +140,4 @@ spec:
140140 resources :
141141 requests :
142142 storage : {{ .Values.symbols.storageSize | default "12Gi" }}
143- storageClassName : {{ .Values.storageClass.name }}
143+ storageClassName : {{ .Values.storageClass.name }}
You can’t perform that action at this time.
0 commit comments