Skip to content

Commit

Permalink
MANDE: incremented chart version to 0.5.8, added config-dataset volume
Browse files Browse the repository at this point in the history
  • Loading branch information
ganga2166 committed Jan 10, 2025
1 parent 2b3e52e commit 3011a75
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mande/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.5.7
version: 0.5.8

# 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
11 changes: 11 additions & 0 deletions charts/mande/templates/server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,24 @@ spec:
mountPath: ./app/templates
- name: mande-gcs-credentials
mountPath: ./app/secrets
- name: config-dataset
mountPath: /data/datasetapi.json
subPath: datasetapi.json
volumes:
- name: mande-invoice-template
configMap:
name: mande-invoice-template
- name: mande-gcs-credentials
secret:
secretName: mande-gcs-credentials
- name: config-dataset
configMap:
name: mande-server-configmap
items:
- key: "30000"
path: "datasetapi.json"
- key: "31000"
path: "datasetapi.json"
{{- with .Values.server.nodeSelector }}
nodeSelector:
{{- toYaml . | nindent 8 }}
Expand Down

0 comments on commit 3011a75

Please sign in to comment.