Skip to content

Commit 9d18d83

Browse files
authored
fix: add /tmp volume and volume mount to tools container to facilitate writes when readOnlyRootFileSystem is set to true (#61)
Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
1 parent e34786e commit 9d18d83

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

helm/kagent-tools/templates/deployment.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,9 @@ spec:
111111
port: http-tools
112112
initialDelaySeconds: 15
113113
periodSeconds: 15
114-
114+
volumeMounts:
115+
- name: tmp
116+
mountPath: /tmp
117+
volumes:
118+
- name: tmp
119+
emptyDir: {}

0 commit comments

Comments
 (0)