update crd in charts dir

This commit is contained in:
Felix Kunde 2026-07-23 11:15:47 +02:00
parent ad36eb203e
commit 17106f96fb
1 changed files with 4 additions and 3 deletions

View File

@ -457,6 +457,7 @@ spec:
envFrom:
items:
description: EnvFromSource represents the source of a set of ConfigMaps
or Secrets
properties:
configMapRef:
description: The ConfigMap to select from
@ -476,8 +477,9 @@ spec:
type: object
x-kubernetes-map-type: atomic
prefix:
description: An optional identifier to prepend to each key in
the ConfigMap. Must be a C_IDENTIFIER.
description: |-
Optional text to prepend to the name of each environment variable.
May consist of any printable ASCII characters except '='.
type: string
secretRef:
description: The Secret to select from
@ -498,7 +500,6 @@ spec:
x-kubernetes-map-type: atomic
type: object
type: array
x-kubernetes-list-type: atomic
initContainers:
items:
description: A single application container that you want to run