diff --git a/xactfetch/xactfetch.yaml b/xactfetch/xactfetch.yaml index 8511dbb..d641c94 100644 --- a/xactfetch/xactfetch.yaml +++ b/xactfetch/xactfetch.yaml @@ -33,6 +33,17 @@ spec: readOnlyRootFilesystem: true runAsGroup: 999 runAsUser: 999 + - name: sync + image: git.pyrocufflink.net/packages/xactfetch + command: + - rbw + - sync + securityContext: + readOnlyRootFilesystem: true + volumeMounts: + - mountPath: /var/lib/xactfetch + name: xactfetch-data + subPath: data containers: - name: xactfetch image: git.pyrocufflink.net/packages/xactfetch