Skip to content

Commit

Permalink
[sophora-schema-docs] mount configuration at the correct location (#100)
Browse files Browse the repository at this point in the history
Co-authored-by: Tom <schoener@subshell.com>
  • Loading branch information
blizzy78 and tom-schoener authored Jun 20, 2024
1 parent 7f2f3df commit 8fc1b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/sophora-schema-docs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: sophora-schema-docs
description: Sophora Schema Docs
type: application
version: 2.1.0
version: 2.1.1
appVersion: 4.1.0
2 changes: 1 addition & 1 deletion charts/sophora-schema-docs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
{{- if eq (.Values.image.tag | default .Chart.AppVersion) "4.0.0" }}
mountPath: /data/config
{{ else }}
mountPath: /config
mountPath: /app/config
{{ end -}}
readOnly: true
ports:
Expand Down

0 comments on commit 8fc1b83

Please sign in to comment.