Skip to content

Commit 76cf9f2

Browse files
committed
sync release file.
1 parent cff681d commit 76cf9f2

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

release/operator.yaml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,31 @@ spec:
272272
x-kubernetes-validations:
273273
- message: Only one of name or image can be specified
274274
rule: '!(has(self.name) && has(self.image))'
275+
envFromExternalConfigMaps:
276+
description: EnvFromExternalConfigMaps defines external ConfigMaps
277+
to inject as environment variables
278+
items:
279+
description: ExternalConfigMapSpec defines external ConfigMaps
280+
to inject as environment variables
281+
properties:
282+
mapping:
283+
additionalProperties:
284+
type: string
285+
description: |-
286+
Mapping defines how ConfigMap keys map to environment variable names
287+
Key is the ConfigMap key, Value is the environment variable name
288+
type: object
289+
name:
290+
description: Name is the name of the ConfigMap
291+
type: string
292+
namespace:
293+
description: Namespace is the namespace of the ConfigMap
294+
type: string
295+
required:
296+
- name
297+
- namespace
298+
type: object
299+
type: array
275300
podOverrides:
276301
description: PodOverrides allows advanced pod-level customization.
277302
properties:

0 commit comments

Comments
 (0)