fix(tuppr): add emptyDir for /home/nonroot to fix read-only fs error
This commit is contained in:
@@ -19,6 +19,20 @@ spec:
|
||||
- op: replace
|
||||
path: /apiVersion
|
||||
value: v1
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: tuppr
|
||||
patch: |
|
||||
- op: add
|
||||
path: /spec/template/spec/volumes/-
|
||||
value:
|
||||
name: home-nonroot
|
||||
emptyDir: {}
|
||||
- op: add
|
||||
path: /spec/template/spec/containers/0/volumeMounts/-
|
||||
value:
|
||||
name: home-nonroot
|
||||
mountPath: /home/nonroot
|
||||
values:
|
||||
replicaCount: 2
|
||||
monitoring:
|
||||
|
||||
Reference in New Issue
Block a user