Skip to content

Commit

Permalink
error in value extraction + remove config git for studio
Browse files Browse the repository at this point in the history
  • Loading branch information
edevosc2c committed Oct 26, 2023
1 parent 1cd839b commit 3fc7d57
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 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.0
version: 0.2.1
appVersion: "3.9"
maintainers:
- name: geOrchestra
Expand Down
2 changes: 1 addition & 1 deletion mviewer/templates/mviewer-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ spec:
defaultMode: 0400
{{- else if .Values.mviewer.extraVolumes }}
volumes:
{{- .Values.mviewer.mviewer.extraVolumes | toYaml | nindent 6 }}
{{- .Values.mviewer.extraVolumes | toYaml | nindent 6 }}
{{- end }}
{{- with .Values.mviewer.nodeSelector }}
nodeSelector:
Expand Down
6 changes: 0 additions & 6 deletions mviewer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ mviewerstudio:
tag: python-latest
pullPolicy: Always

configuration:
git:
url: {}
ref: {}
ssh_secret: {}

extra_environment: []
# - name: MY_ENV
# value: myvalue
Expand Down

0 comments on commit 3fc7d57

Please sign in to comment.