Skip to content

Commit

Permalink
add support for updating alermanager
Browse files Browse the repository at this point in the history
  • Loading branch information
netic-rkm committed Apr 11, 2024
1 parent 31d8ce0 commit 5f57fc3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ spec:
enabled: true
{{- include "aoi.alertmanagerPriorityClassName" $ | nindent 6 }}
image: "{{ $.Values.alerting.helmRelease.values.alertmanager.image.registry }}/{{ $.Values.alerting.helmRelease.values.alertmanager.image.repository }}"
tag: "{{ $.Values.alerting.helmRelease.values.alertmanager.image.tag }}"
resources:
{{- toYaml $.Values.alerting.helmRelease.values.alertmanager.resources | nindent 8 }}
configMap: "alertmanager-config"
Expand Down

0 comments on commit 5f57fc3

Please sign in to comment.