update crd in charts dir
This commit is contained in:
parent
ad36eb203e
commit
17106f96fb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue