remove duplicated SecurityContext in alertmanager (#9594)

it is duplicated

Signed-off-by: gangseok.lee <gangseok.lee@samsung.com>
This commit is contained in:
Kangseok Thomas Lee
2018-11-28 05:58:24 -08:00
committed by k8s-ci-robot
parent 067e4f3068
commit b784104489
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ name: prometheus-operator
sources:
- https://github.com/coreos/prometheus-operator
- https://coreos.com/operators/prometheus
version: 0.1.26
version: 0.1.27
appVersion: "0.25.0"
home: https://github.com/coreos/prometheus-operator
keywords:
@@ -54,10 +54,6 @@ spec:
storage:
{{ toYaml .Values.alertmanager.alertmanagerSpec.storage | indent 4 }}
{{- end }}
{{- if .Values.alertmanager.alertmanagerSpec.securityContext }}
securityContext:
{{ toYaml .Values.alertmanager.alertmanagerSpec.securityContext | indent 4 }}
{{- end }}
{{- if .Values.alertmanager.alertmanagerSpec.podMetadata }}
podMetadata:
{{ toYaml .Values.alertmanager.alertmanagerSpec.podMetadata | indent 4 }}