Skip to content

Commit

Permalink
fix indentation in lookout v2 cronjob.yaml (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanorpratt authored Jan 14, 2025
1 parent e53a2ec commit 419484d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployment/lookout-v2/templates/cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ spec:
securityContext:
allowPrivilegeEscalation: false
volumes:
- name: user-config
configMap:
name: {{ include "lookout_v2.config.name" . }}
- name: user-config
configMap:
name: {{ include "lookout_v2.config.name" . }}
{{- if .Values.additionalVolumes }}
{{- toYaml .Values.additionalVolumes | nindent 12 }}
{{- end }}
Expand Down

0 comments on commit 419484d

Please sign in to comment.