diff --git a/helm/rustfs-manager-operator/templates/deployment.yaml b/helm/rustfs-manager-operator/templates/deployment.yaml index 9c7847d..ed6cee1 100644 --- a/helm/rustfs-manager-operator/templates/deployment.yaml +++ b/helm/rustfs-manager-operator/templates/deployment.yaml @@ -56,6 +56,10 @@ spec: - containerPort: 8080 name: http volumeMounts: + - mountPath: /tmp + name: tmp + - mountPath: /.rc + name: tmp - mountPath: /srv/config/ name: config readOnly: true @@ -63,6 +67,8 @@ spec: {{- toYaml . | nindent 12 }} {{- end }} volumes: + - name: tmp + emptyDir: {} - name: config configMap: name: {{ include "rustfs-manager-operator.name" . }}-config