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:
Aaron Aichlmayr 2023-01-23 16:36:01 -06:00 committed by GitHub
parent b967232e7b
commit 1d7e360ea4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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