Skip to content

Commit 059edeb

Browse files
committed
fix indent
Signed-off-by: AvivGuiser <[email protected]>
1 parent c8f53f7 commit 059edeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/tempo-distributed/templates/memcached/statefulset-memcached.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@ spec:
7979
{{- end }}
8080
{{- with .Values.memcached.readinessProbe }}
8181
readinessProbe:
82-
{{- toYaml . | nindent 8 }}
82+
{{- toYaml . | nindent 12 }}
8383
{{- end }}
8484
{{- with .Values.memcached.livenessProbe }}
8585
livenessProbe:
8686
exec:
8787
command:
8888
- pgrep
8989
- memcached
90-
{{- toYaml . | nindent 8 }}
90+
{{- toYaml . | nindent 12 }}
9191
{{- end }}
9292
resources:
9393
{{- toYaml .Values.memcached.resources | nindent 12 }}

0 commit comments

Comments
 (0)