Skip to content

Commit 86034b8

Browse files
authored
Merge pull request #837 from snyk/fix/fix-yaml-indetation
fix: adjust yaml indetation for helm deployment
2 parents 739cbbd + d86fd06 commit 86034b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snyk-monitor/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ spec:
8181
readOnly: true
8282
- name: registries-conf
8383
mountPath: "/srv/app/.config/containers"
84-
{{- if .Values.excludedNamespaces }}
84+
{{- if .Values.excludedNamespaces }}
8585
- name: excluded-namespaces
8686
mountPath: "/etc/config"
8787
{{- end }}
@@ -121,7 +121,7 @@ spec:
121121
value: {{ quote .Values.skip_k8s_jobs }}
122122
{{- with .Values.envs }}
123123
{{- toYaml . | trim | nindent 10 -}}
124-
{{ end }}
124+
{{- end }}
125125
resources:
126126
requests:
127127
cpu: {{ .Values.requests.cpu }}

0 commit comments

Comments
 (0)