Skip to content

Commit

Permalink
[Signalilo] fix templating extraVolumes
Browse files Browse the repository at this point in the history
Signed-off-by: Iago Santos <[email protected]>
  • Loading branch information
isantospardo committed Sep 20, 2021
1 parent d96bee5 commit 0a3b328
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appuio/signalilo/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- alertmanager
- webhook
- icinga2
version: 0.6.0
version: 0.6.1
appVersion: v0.8.0
sources:
- https://git.vshn.net/vshn/signalilo
Expand Down
2 changes: 1 addition & 1 deletion appuio/signalilo/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# signalilo

![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square)
![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square)

Alertmanager to Icinga2 bridge

Expand Down
2 changes: 1 addition & 1 deletion appuio/signalilo/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
volumeMounts:
{{- toYaml .Values.extraVolumeMounts | nindent 12 }}
{{- end }}
{{- with .Values.extraVolumes }}
{{- if .Values.extraVolumes }}
volumes:
{{- toYaml .Values.extraVolumes | nindent 8 }}
{{- end }}
Expand Down

0 comments on commit 0a3b328

Please sign in to comment.