[bot] [main] Automated version update (#1877)

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2022-09-19 10:53:56 +02:00
committed by GitHub
parent 35d8e28ff8
commit 2799a51a98
23 changed files with 86 additions and 68 deletions

View File

@@ -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