Skip to content

Commit

Permalink
feat: fix mounting
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjmdski committed Feb 27, 2023
1 parent 8eb6161 commit 3f999f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ 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.1.40
version: 0.1.41
2 changes: 0 additions & 2 deletions charts/app/templates/replicas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,10 @@ spec:


{{- range $name, $settings := .Values.configMaps }}
{{- range $fileName, $fileContent := $settings.data }}
- name: {{ $name }}
mountPath: {{ $settings.mountPath }}
readOnly: true
{{- end}}
{{- end}}

{{- range $volume := .Values.volumeClaimTemplates }}
- name: {{ $volume.name }}
Expand Down

0 comments on commit 3f999f3

Please sign in to comment.