Added alertmanager url

This commit is contained in:
Jonathan Ervine 2022-03-26 23:38:39 +08:00
parent 87e9a41472
commit 5bfe779a50

View File

@ -25,7 +25,7 @@ spec:
- name: {{ .Chart.Name }} - name: {{ .Chart.Name }}
env: env:
- name: ALERTMANAGER_URI - name: ALERTMANAGER_URI
value: {{ .Values.alertmanager_uri }} value: {{ .Values.alertmanager_url }}
securityContext: securityContext:
{{- toYaml .Values.securityContext | nindent 12 }} {{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}" image: "{{ .Values.image.repository }}:{{ .Chart.AppVersion }}"