Skip to content

Commit 7f2f385

Browse files
committed
[esphome] Update indentation for extraVolumes, nodeSelector, tolerations, and affinity in deployment.yaml; add charts directory to .gitignore
1 parent 1fbbc0c commit 7f2f385

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
v.yaml
2+
/charts/*/charts/
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
***********************************************************************
2+
Welcome to {{ .Chart.Name }}
3+
Chart version: {{ .Chart.Version }}
4+
App version: {{ .Chart.AppVersion }}
5+
***********************************************************************

charts/esphome/templates/NOTES.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
***********************************************************************
2+
Welcome to {{ .Chart.Name }}
3+
Chart version: {{ .Chart.Version }}
4+
App version: {{ .Chart.AppVersion }}
5+
***********************************************************************

charts/esphome/templates/deployment.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,17 +82,17 @@ spec:
8282
- name: platformio
8383
emptyDir: {}
8484
{{- with .Values.extraVolumes }}
85-
{{- toYaml . | nindent 6 }}
85+
{{- toYaml . | nindent 10 }}
8686
{{- end }}
8787
{{- with .Values.nodeSelector }}
8888
nodeSelector:
89-
{{- toYaml . | nindent 6 }}
89+
{{- toYaml . | nindent 8 }}
9090
{{- end }}
9191
{{- with .Values.tolerations }}
9292
tolerations:
93-
{{- toYaml . | nindent 6 }}
93+
{{- toYaml . | nindent 8 }}
9494
{{- end }}
9595
{{- with .Values.affinity }}
9696
affinity:
97-
{{- toYaml . | nindent 6 }}
97+
{{- toYaml . | nindent 8 }}
9898
{{- end }}

0 commit comments

Comments
 (0)