File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments