-
Kubernetes Submit Queue authored
Automatic merge from submit-queue Optional configmaps and secrets Allow configmaps and secrets for environment variables and volume sources to be optional Implements approved proposal https://github.com/kubernetes/community/commit/c9f881b7bbf5b2cf39de3ee9c082e1a881e34fe3 Release note: ```release-note Volumes and environment variables populated from ConfigMap and Secret objects can now tolerate the named source object or specific keys being missing, by adding `optional: true` to the volume or environment variable source specifications. ```
43286a82