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