[bot] [main] Automated version update (#2024)
Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
@@ -2781,10 +2781,12 @@ spec:
|
||||
into the Alertmanager configuration from external sources. Any errors
|
||||
during the execution of an initContainer will lead to a restart
|
||||
of the Pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
||||
Using initContainers for any use case other then secret fetching
|
||||
is entirely outside the scope of what the maintainers will support
|
||||
and by doing so, you accept that this behaviour may break at any
|
||||
time without notice.'
|
||||
InitContainers described here modify an operator generated init
|
||||
containers if they share the same name and modifications are done
|
||||
via a strategic merge patch. The current init container name is:
|
||||
`init-config-reloader`. Overriding init containers is entirely outside
|
||||
the scope of what the maintainers will support and by doing so,
|
||||
you accept that this behaviour may break at any time without notice.'
|
||||
items:
|
||||
description: A single application container that you want to run
|
||||
within a pod.
|
||||
@@ -4095,8 +4097,9 @@ spec:
|
||||
type: string
|
||||
type: object
|
||||
portName:
|
||||
description: Port name used for the pods and governing service. This
|
||||
defaults to web
|
||||
default: web
|
||||
description: Port name used for the pods and governing service. Defaults
|
||||
to `web`.
|
||||
type: string
|
||||
priorityClassName:
|
||||
description: Priority class assigned to the Pods
|
||||
|
||||
Reference in New Issue
Block a user