File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: codetogether-hq
33description : CodeTogether HQ provides advanced project insights for developers
44
55type : application
6- version : 1.4.16
6+ version : 1.4.17
77appVersion : " 2023.3.0"
88kubeVersion : " >= 1.18.0"
99
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ spec:
4444 - name : properties-volume
4545 mountPath : /opt/codetogether/runtime/cthq.properties
4646 subPath : cthq.properties
47- {{ - if .Values.license - }}
47+ {{if .Values.license}}
4848 - name : license-volume
4949 mountPath : /opt/codetogether/runtime/license
5050 subPath : license
51- {{ - end }}
51+ {{end }}
5252 #
5353 # Set container configuration
5454 #
@@ -83,11 +83,11 @@ spec:
8383 - name : properties-volume
8484 secret :
8585 secretName : {{ if .Values.fullnameOverride }}{{ .Values.fullnameOverride }}-hqproperties{{ else }}hqproperties{{ end }}
86- {{ - if .Values.license - }}
86+ {{if .Values.license}}
8787 - name : license-volume
8888 secret :
8989 secretName : license
90- {{ - end }}
90+ {{end}}
9191 {{- with .Values.nodeSelector }}
9292 nodeSelector :
9393 {{- toYaml . | nindent 8 }}
You can’t perform that action at this time.
0 commit comments