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

Co-authored-by: Prometheus Operator Bot <prom-op-bot@users.noreply.github.com>
This commit is contained in:
PromOperatorBot
2023-06-26 09:58:49 +02:00
committed by GitHub
parent 27a3f25bd9
commit 858a2a53f4
23 changed files with 194 additions and 194 deletions

View File

@@ -624,7 +624,7 @@ spec:
description: Authorization header configuration for the client. This is mutually exclusive with BasicAuth and is only available starting from Alertmanager v0.22+.
properties:
credentials:
description: The secret's key that contains the credentials of the request
description: Selects a key of a Secret in the namespace that contains the credentials for authentication.
properties:
key:
description: The key of the secret to select from. Must be a valid secret key.
@@ -640,7 +640,7 @@ spec:
type: object
x-kubernetes-map-type: atomic
type:
description: Set the authentication type. Defaults to Bearer, Basic will cause an error
description: "Defines the authentication type. The value is case-insensitive. \n \"Basic\" is not a supported value. \n Default: \"Bearer\""
type: string
type: object
basicAuth: