Skip to content

Commit

Permalink
Fix helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
ainnocenti2011 committed Feb 10, 2025
1 parent 53993f0 commit 20007fa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/uc1-workload/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0.0"
description: A Helm chart for UC1 Workload
version: 2.0.6
version: 2.0.7
name: mef-sog-uc1-wl
7 changes: 4 additions & 3 deletions charts/uc1-workload/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ spec:
volumeMounts:
- name: data-mef
mountPath: '{{ .Values.volume.mountPath }}'
- mountPath: /etc/ssl/certs/ca.crt
subPath: ca.crt
name: ca-bundle
- name: ca-bundle
mountPath: /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/cacerts
subPath: ca.jks
readOnly: true
volumes:
- name: data-mef
persistentVolumeClaim:
Expand Down

0 comments on commit 20007fa

Please sign in to comment.