We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 739cbbd + d86fd06 commit 86034b8Copy full SHA for 86034b8
snyk-monitor/templates/deployment.yaml
@@ -81,7 +81,7 @@ spec:
81
readOnly: true
82
- name: registries-conf
83
mountPath: "/srv/app/.config/containers"
84
- {{- if .Values.excludedNamespaces }}
+ {{- if .Values.excludedNamespaces }}
85
- name: excluded-namespaces
86
mountPath: "/etc/config"
87
{{- end }}
@@ -121,7 +121,7 @@ spec:
121
value: {{ quote .Values.skip_k8s_jobs }}
122
{{- with .Values.envs }}
123
{{- toYaml . | trim | nindent 10 -}}
124
- {{ end }}
+ {{- end }}
125
resources:
126
requests:
127
cpu: {{ .Values.requests.cpu }}
0 commit comments