mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
remove duplicated SecurityContext in alertmanager (#9594)
it is duplicated Signed-off-by: gangseok.lee <gangseok.lee@samsung.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
067e4f3068
commit
b784104489
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user