Skip to content

Commit 291b6b9

Browse files
Fix indenting typo on helm chart (#104)
* Fix indenting on helm chart --------- Co-authored-by: Joseph Ware <[email protected]>
1 parent 6cdf873 commit 291b6b9

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

helm/daq-config-server/templates/deployment.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ spec:
5454
{{- toYaml . | nindent 12 }}
5555
{{- end }}
5656
volumeMounts:
57-
- name: config-volume
58-
mountPath: "/etc/config"
59-
subPath: config.yaml
57+
- name: config-volume
58+
mountPath: "/etc/config"
59+
subPath: config.yaml
6060
{{- with .Values.volumeMounts }}
6161
{{- toYaml . | nindent 12 }}
6262
{{- end }}

helm/daq-config-server/values.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ config:
5959
enabled: true
6060
level: "DEBUG"
6161

62-
6362
volumeMounts: []
6463
volumes: []
6564
nodeSelector: {}

0 commit comments

Comments
 (0)