You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If you have a ConfigMap and Secret that has the same name, you can't mount both as a volume due to a volume name collision. This is because the template will name both volumes as NAME-volume.
The proposed fix is to support specifying a custom volume name to avoid the collision. E.g.,
Describe the bug
If you have a
ConfigMap
andSecret
that has the same name, you can't mount both as a volume due to a volume name collision. This is because the template will name both volumes asNAME-volume
.The proposed fix is to support specifying a custom volume name to avoid the collision. E.g.,
To Reproduce
ConfigMap
andSecret
that has the same name (e.g.,myconfig
).Expected behavior
Mount both the
ConfigMap
andSecret
as a volume.Actual behavior
Error:
The text was updated successfully, but these errors were encountered: