Skip to content

Commit

Permalink
added if surrounding the toYaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AronKa-SAG committed Jun 6, 2024
1 parent b0c45fd commit 3bf8283
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apigateway/helm/templates/kibana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,6 @@ spec:
subPath: truststore.p12
readOnly: true
{{- end }}
{{- toYaml .Values.kibana.extraContainers | nindent 8 }}
{{- if .Values.kibana.extraContainers }}
{{- toYaml .Values.kibana.extraContainers | nindent 8 }}
{{- end }}

0 comments on commit 3bf8283

Please sign in to comment.