Skip to content

Commit

Permalink
Merge pull request #357 from isantospardo/fix/signalilo-templating-ex…
Browse files Browse the repository at this point in the history
…traVolumes

[Signalilo] fix templating extraVolumes
  • Loading branch information
ccremer authored Sep 20, 2021
2 parents d96bee5 + 0a3b328 commit b6c3b01
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 b6c3b01

Please sign in to comment.