• Kubernetes Submit Queue's avatar
    Merge pull request #36245 from fraenkel/env_configmap · 819535b9
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 38433, 36245)
    
    Allow pods to define multiple environment variables from a whole ConfigMap
    
    Allow environment variables to be populated from ConfigMaps
    
    - ConfigMaps represent an entire set of EnvVars
    - EnvVars can override ConfigMaps
    
    
    fixes #26299
    819535b9
Name
Last commit
Last update
..
path Loading commit data...
testdata/v1 Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
doc.go Loading commit data...
events.go Loading commit data...
events_test.go Loading commit data...
schema.go Loading commit data...
schema_test.go Loading commit data...
validation.go Loading commit data...
validation_test.go Loading commit data...