Skip to content

Commit

Permalink
close or statement
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Navoiev <[email protected]>
  • Loading branch information
tenmozes committed Jul 11, 2023
1 parent df893ce commit b351329
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
{{- toYaml .Values.vmselect.podSecurityContext | nindent 12 }}
args:
- {{ printf "%s=%s" "--cacheDataPath" .Values.vmselect.cacheMountPath | quote}}
{{- if not (or .Values.vmselect.suppressStorageFQDNsRender .Values.vmselect.suppresStorageFQDNsRender }}
{{- if not (or .Values.vmselect.suppressStorageFQDNsRender .Values.vmselect.suppresStorageFQDNsRender) }}
{{- include "victoria-metrics.vmselect.vmstorage-pod-fqdn" . | nindent 12 }}
{{- end }}
{{- include "victoria-metrics.vmselect.vmselect-pod-fqdn" . | nindent 12 -}}
Expand Down

0 comments on commit b351329

Please sign in to comment.