Cleaning up a check
Co-authored-by: Tim Ramlot <42113979+inteon@users.noreply.github.com> Signed-off-by: Aaron Aichlmayr <waterfoul@gmail.com>
This commit is contained in:
parent
b967232e7b
commit
1d7e360ea4
@ -146,7 +146,7 @@ spec:
|
||||
resources:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- if or .Values.webhook.config (gt (len .Values.webhook.volumeMounts) 0) }}
|
||||
{{- if or .Values.webhook.config .Values.webhook.volumeMounts }}
|
||||
volumeMounts:
|
||||
{{- if .Values.webhook.config }}
|
||||
- name: config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user