Skip to content

Commit

Permalink
fix(release): init containers volume mounts (#54)
Browse files Browse the repository at this point in the history
* fix: init containers volume mounts

* feat: bump chart version
  • Loading branch information
cue8it committed Jul 11, 2024
1 parent 058e25e commit cae19d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/fuel-core-nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.2
version: 0.2.3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions helm/fuel-core-nats/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ spec:
imagePullPolicy: "IfNotPresent"
command: {{ .Values.initContainer.command }}
args: {{ .Values.initContainer.args }}
{{- with .Values.volumeMounts }}
volumeMounts:
{{- toYaml . | nindent 12 }}
{{- end }}
containers:
- name: {{ .Chart.Name }}
securityContext:
Expand Down

0 comments on commit cae19d8

Please sign in to comment.