Skip to content

Commit

Permalink
fix(charts/thredds): more line breaks to remove [pack thredds]
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Mar 9, 2022
1 parent 820daad commit 55e92eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions charts/thredds/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,9 @@ spec:
{{- include "common.tplvalues.render" ( dict "value" .Values.dataVolume "context" $ ) | nindent 10 }}
{{- end }}
{{- if .Values.tomcatConfigMapName }}
{{- include "common.envsubstConfig.renderVolume" ( dict "args" (
dict "configMapName" .Values.tomcatConfigMapName "helperSuffix" "-tomcat") "context" $ ) | nindent 8 }}
{{- include "common.envsubstConfig.renderVolume" ( dict "args" ( dict "configMapName" .Values.tomcatConfigMapName "helperSuffix" "-tomcat" ) "context" $ ) | nindent 8 }}
{{- end }}
{{- include "common.envsubstConfig.renderVolume" ( dict "args" (
dict "configMapName" .Values.configMapName "helperSuffix" "-thredds") "context" $ ) | nindent 8 }}
{{- include "common.envsubstConfig.renderVolume" ( dict "args" ( dict "configMapName" .Values.configMapName "helperSuffix" "-thredds" ) "context" $ ) | nindent 8 }}
{{- if .Values.extraVolumes }}
{{- include "common.tplvalues.render" ( dict "value" .Values.extraVolumes "context" $ ) | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 55e92eb

Please sign in to comment.