Skip to content

Commit

Permalink
inverse extraVolumeMounts and extraVolumes
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 26, 2023
1 parent c69c447 commit 062214b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mviewer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: mviewer
description: A Helm chart to deploy the mviewer stack
type: application
version: 0.2.4
version: 0.2.5
appVersion: "3.9"
maintainers:
- name: geOrchestra
Expand Down
8 changes: 4 additions & 4 deletions mviewer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ mviewer:

affinity: {}

extraVolumes: []
extraVolumeMounts: []
# - mountPath: /usr/share/nginx/html
# name: volume-pvc

extraVolumeMounts: []
extraVolumes: []
# - name: volume-pvc
# persistentVolumeClaim:
# claimName: persitent-volume-claim
Expand Down Expand Up @@ -117,11 +117,11 @@ mviewerstudio:

affinity: {}

extraVolumes: []
extraVolumeMounts: []
# - mountPath: /usr/share/nginx/html
# name: volume-pvc

extraVolumeMounts: []
extraVolumes: []
# - name: volume-pvc
# persistentVolumeClaim:
# claimName: persitent-volume-claim
Expand Down

0 comments on commit 062214b

Please sign in to comment.