Try publishing helm charts
Some checks failed
ci/woodpecker/push/publish-helm-chart Pipeline was successful
ci/woodpecker/push/build-dev-container Pipeline failed

Signed-off-by: Nikolai Rodionov <iam@allanger.xyz>
This commit is contained in:
2026-03-19 20:06:22 +01:00
parent 25d967061b
commit bb5bbc229b

View File

@@ -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