Skip to content

Commit

Permalink
forgot to mount /etc/georchestra
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Dec 7, 2023
1 parent 298e70f commit 63aa4e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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.15.2
version: 0.15.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
3 changes: 3 additions & 0 deletions templates/datafeeder/import-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ spec:
port: 80
failureThreshold: 5
periodSeconds: 5
volumeMounts:
- mountPath: /etc/georchestra
name: georchestra-datadir
volumes:
- name: georchestra-datadir
emptyDir: {}
Expand Down

0 comments on commit 63aa4e4

Please sign in to comment.