Skip to content

Commit

Permalink
forgot datadir volume for datafeeder import
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Dec 7, 2023
1 parent 8bee41a commit 298e70f
Show file tree
Hide file tree
Showing 2 changed files with 10 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.1
version: 0.15.2

# 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
9 changes: 9 additions & 0 deletions templates/datafeeder/import-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@ spec:
port: 80
failureThreshold: 5
periodSeconds: 5
volumes:
- name: georchestra-datadir
emptyDir: {}
{{- if .Values.georchestra.datadir.git.ssh_secret }}
- name: ssh-secret
secret:
secretName: {{ .Values.georchestra.datadir.git.ssh_secret }}
defaultMode: 0400
{{- end }}
{{- if $webapp.registry_secret }}
imagePullSecrets:
- name: {{ $webapp.registry_secret }}
Expand Down

0 comments on commit 298e70f

Please sign in to comment.