From bb5bbc229b1bc82d5d9b804d33a3a320a54fcdd6 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Thu, 19 Mar 2026 20:06:22 +0100 Subject: [PATCH] Try publishing helm charts Signed-off-by: Nikolai Rodionov --- helm/rustfs-manager-operator/templates/deployment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) 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