Skip to content

Commit 6f4e4a4

Browse files
authored
Update deployment.yaml
1 parent aedd2fb commit 6f4e4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/helm-chart/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
app.kubernetes.io/instance: {{ .Release.Name }}
99
app.kubernetes.io/managed-by: {{ .Release.Service }}
1010
{{- if .Values.annotations }}
11-
annotations: {{- toYaml .Values.annotations | nindent 8 }}
11+
annotations: {{- toYaml .Values.annotations | nindent 4 }}
1212
{{- end }}
1313
spec:
1414
replicas: {{ .Values.replicaCount | default 1 }}

0 commit comments

Comments
 (0)