Skip to content

Commit

Permalink
Merge pull request #73 from i4Trust/wistefan-patch-2
Browse files Browse the repository at this point in the history
Update deployment.yaml
  • Loading branch information
Stefan Wiedemann authored Nov 28, 2023
2 parents 49630e0 + 788ad71 commit 12204e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vcverifier/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: vcverifier
version: 1.0.12
version: 1.0.13
appVersion: 2.0.1
home: https://github.com/fiware/vcverifier
description: A Helm chart for running the i4Trust DSBA VCVerifier.
Expand Down
2 changes: 1 addition & 1 deletion charts/vcverifier/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# vcverifier

![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)
![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square) ![AppVersion: 2.0.1](https://img.shields.io/badge/AppVersion-2.0.1-informational?style=flat-square)

A Helm chart for running the i4Trust DSBA VCVerifier.

Expand Down
7 changes: 6 additions & 1 deletion charts/vcverifier/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ spec:
- mountPath: /templates/
name: template-volume
{{- end }}
{{- if .Values.deployment.additionalVolumeMounts }}
{{- with .Values.deployment.additionalVolumeMounts }}
{{- toYaml . | nindent 12 }}
{{- end }}
{{- end }}
volumes:
- name: config-volume
configMap:
Expand All @@ -102,4 +107,4 @@ spec:
{{- with .Values.deployment.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 12204e4

Please sign in to comment.