Skip to content

Commit

Permalink
[bitnami/contour]: Fix invalid extraVolumeMounts
Browse files Browse the repository at this point in the history
The defaultBackend currently uses the extraVolumeMounts parameters of contour -
make it use its own, like it does in the condition to add the section

Signed-off-by: Maximilian Falkenstein <[email protected]>
  • Loading branch information
uubk committed Oct 8, 2024
1 parent 477a654 commit f7d6ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/contour/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ maintainers:
name: contour
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/contour
version: 19.0.4
version: 19.0.5
2 changes: 1 addition & 1 deletion bitnami/contour/templates/default-backend/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ spec:
resources: {{- include "common.resources.preset" (dict "type" .Values.defaultBackend.resourcesPreset) | nindent 12 }}
{{- end }}
{{- if .Values.defaultBackend.extraVolumeMounts }}
volumeMounts: {{- include "common.tplvalues.render" ( dict "value" .Values.contour.extraVolumeMounts "context" $ ) | nindent 12 }}
volumeMounts: {{- include "common.tplvalues.render" ( dict "value" .Values.defaultBackend.extraVolumeMounts "context" $ ) | nindent 12 }}
{{- end }}
{{- if .Values.defaultBackend.sidecars }}
{{- include "common.tplvalues.render" ( dict "value" .Values.defaultBackend.sidecars "context" $) | nindent 8 }}
Expand Down

0 comments on commit f7d6ac6

Please sign in to comment.