Automated Manifest Update (#4730)
This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #4730 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
This commit was merged in pull request #4730.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user