chore: Update manifests after change

This commit is contained in:
2026-03-14 19:57:07 +00:00
parent 798bc54e41
commit 45d2a9728f
5 changed files with 604 additions and 21 deletions

View File

@@ -652,6 +652,12 @@ spec:
description: ServiceName to be used in the Connection.
type: string
type: object
enableServiceLinks:
description: |-
EnableServiceLinks indicates whether information about services should be injected into pod's
environment variables, matching the syntax of Docker links. Defaults to true if not specified.
Set to false to disable injection of service link environment variables.
type: boolean
env:
description: Env represents the environment variables to be injected in a container.
items:
@@ -737,6 +743,9 @@ spec:
externalTrafficPolicy:
description: ExternalTrafficPolicy Service field.
type: string
loadBalancerClass:
description: LoadBalancerClass Service field.
type: string
loadBalancerIP:
description: LoadBalancerIP Service field.
type: string
@@ -816,6 +825,9 @@ spec:
externalTrafficPolicy:
description: ExternalTrafficPolicy Service field.
type: string
loadBalancerClass:
description: LoadBalancerClass Service field.
type: string
loadBalancerIP:
description: LoadBalancerIP Service field.
type: string
@@ -1894,13 +1906,17 @@ spec:
By default, the Secret field 'ca.crt' provisioned by cert-manager will be added to the trust chain. A custom trust bundle may be specified via adminCASecretRef.
properties:
group:
description: Group of the resource being referred to.
description: |-
Group of the issuer being referred to.
Defaults to 'cert-manager.io'.
type: string
kind:
description: Kind of the resource being referred to.
description: |-
Kind of the issuer being referred to.
Defaults to 'Issuer'.
type: string
name:
description: Name of the resource being referred to.
description: Name of the issuer being referred to.
type: string
required:
- name
@@ -1936,13 +1952,17 @@ spec:
By default, the Secret field 'ca.crt' provisioned by cert-manager will be added to the trust chain. A custom trust bundle may be specified via listenerCASecretRef.
properties:
group:
description: Group of the resource being referred to.
description: |-
Group of the issuer being referred to.
Defaults to 'cert-manager.io'.
type: string
kind:
description: Kind of the resource being referred to.
description: |-
Kind of the issuer being referred to.
Defaults to 'Issuer'.
type: string
name:
description: Name of the resource being referred to.
description: Name of the issuer being referred to.
type: string
required:
- name