Skip to content

Commit

Permalink
ipfs-cluster: fix configmap volume reference on volumeMounts (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
skylenet authored Nov 3, 2023
1 parent 9310070 commit 9734d46
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/ipfs-cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: ipfs-cluster
description: Run ipfs cluster along with kubo (go-ipfs)
type: application
version: 0.1.9
version: 0.1.10
maintainers:
- name: skylenet
email: rafael@skyle.net
2 changes: 1 addition & 1 deletion charts/ipfs-cluster/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ipfs-cluster

![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Run ipfs cluster along with kubo (go-ipfs)

Expand Down
2 changes: 1 addition & 1 deletion charts/ipfs-cluster/templates/ipfs.statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
- name: init-d
mountPath: /container-init.d
{{- range $key, $value := .Values.ipfs.initScripts }}
- name: init-d-{{ $key }}
- name: init-d-configmap
subPath: {{ $key }}
mountPath: /container-init.d/{{ $key }}
{{- end }}
Expand Down

0 comments on commit 9734d46

Please sign in to comment.