Skip to content

Commit edaf83c

Browse files
fixing syntax in hq chart
1 parent 03cc416 commit edaf83c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/hq/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codetogether-hq
33
description: CodeTogether HQ provides advanced project insights for developers
44

55
type: application
6-
version: 1.4.16
6+
version: 1.4.17
77
appVersion: "2023.3.0"
88
kubeVersion: ">= 1.18.0"
99

charts/hq/templates/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)