Skip to content

Commit aedd2fb

Browse files
authored
Update deployment.yaml
1 parent b61ec9a commit aedd2fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/helm-chart/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ metadata:
77
helm.sh/chart: {{ include "code-server.chart" . }}
88
app.kubernetes.io/instance: {{ .Release.Name }}
99
app.kubernetes.io/managed-by: {{ .Release.Service }}
10-
{{- if .Values.Annotations }}
11-
annotations: {{- toYaml .Values.Annotations | nindent 8 }}
10+
{{- if .Values.annotations }}
11+
annotations: {{- toYaml .Values.annotations | nindent 8 }}
1212
{{- end }}
1313
spec:
1414
replicas: {{ .Values.replicaCount | default 1 }}

0 commit comments

Comments
 (0)