Skip to content

Commit

Permalink
Merge pull request #6 from Commvault/initcontainer
Browse files Browse the repository at this point in the history
added support for init container
  • Loading branch information
cvltmaheshp authored Mar 15, 2024
2 parents cef0a36 + e9bbb91 commit a10f108
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/accessnode/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/commandcenter/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/config/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/cs/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/mediaagent/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/networkgateway/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/webserver/templates/_cv.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ cv.commondeploymentpecs creates pod specifications that are common to all deploy
volumeMounts:
- name: configsecrets
mountPath: /opt/{{include "cv.utils.getOemPath" .}}/Base64/Temp/k8ssecrets
subPath: k8ssecrets
- name: cv-storage-secretssvolume
mountPath: /tmp/secretcontents
subPath: k8ssecrets
{{- end }}
{{- end }}

0 comments on commit a10f108

Please sign in to comment.