Skip to content

Commit d5cba58

Browse files
Alldamrizzi
authored andcommitted
Fix: update an indentation of container in v11y-walker
The container macro used a wrong indentation and was placed in a wrong spot. Signed-off-by: Ales Raszka <[email protected]>
1 parent 793bdf4 commit d5cba58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/k8s/charts/trustification/templates/services/v11y/walker/030-CronJob.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ spec:
5555
- name: walker
5656
{{- include "trustification.common.defaultImage" $mod | nindent 14 }}
5757
{{- include "trustification.application.infrastructure.probes" $mod | nindent 14 }}
58-
{{- include "trustification.application.container" $mod | nindent 10 }}
58+
{{- include "trustification.application.container" $mod | nindent 14 }}
5959

6060
volumeMounts:
6161
- mountPath: /mnt

0 commit comments

Comments
 (0)