File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ Use `**BREAKING**:` to denote a breaking change
55# Changelog
66
77<!-- START CHANGELOG -->
8+ - Fix erroneous indentation of ` deploy ` , ` app.kubernetes.io/component ` labels and ` volumes ` in Embeddings deployment
89
910## Unreleased
1011
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ metadata:
1010 {{- if .Values.embeddings.labels }}
1111 {{- toYaml .Values.embeddings.labels | nindent 4 }}
1212 {{- end }}
13- deploy : sourcegraph
14- app.kubernetes.io/component : embeddings
13+ deploy : sourcegraph
14+ app.kubernetes.io/component : embeddings
1515spec :
1616 minReadySeconds : 10
1717 replicas : 1
8585 {{- if .Values.embeddings.serviceAccount.create }}
8686 serviceAccountName : {{ .Values.embeddings.serviceAccount.name }}
8787 {{- end}}
88- volumes :
89- {{- if .Values.embeddings.extraVolumes }}
90- {{- toYaml .Values.embeddings.extraVolumes | nindent 6 }}
91- {{- end }}
88+ volumes :
89+ {{- if .Values.embeddings.extraVolumes }}
90+ {{- toYaml .Values.embeddings.extraVolumes | nindent 6 }}
91+ {{- end }}
9292{{- end }}
You can’t perform that action at this time.
0 commit comments