[bot] [main] Automated version update (#1877)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -1410,7 +1410,10 @@ spec:
|
||||
configMaps:
|
||||
description: ConfigMaps is a list of ConfigMaps in the same namespace
|
||||
as the Alertmanager object, which shall be mounted into the Alertmanager
|
||||
Pods. The ConfigMaps are mounted into /etc/alertmanager/configmaps/<configmap-name>.
|
||||
Pods. Each ConfigMap is added to the StatefulSet definition as a
|
||||
volume named `configmap-<configmap-name>`. The ConfigMaps are mounted
|
||||
into /etc/alertmanager/configmaps/<configmap-name> in the 'alertmanager'
|
||||
container.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
@@ -4062,7 +4065,9 @@ spec:
|
||||
secrets:
|
||||
description: Secrets is a list of Secrets in the same namespace as
|
||||
the Alertmanager object, which shall be mounted into the Alertmanager
|
||||
Pods. The Secrets are mounted into /etc/alertmanager/secrets/<secret-name>.
|
||||
Pods. Each Secret is added to the StatefulSet definition as a volume
|
||||
named `secret-<secret-name>`. The Secrets are mounted into /etc/alertmanager/secrets/<secret-name>
|
||||
in the 'alertmanager' container.
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
|
||||
Reference in New Issue
Block a user