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
If the secret has a valid name with dots in it (my-cluster.example.com) you will not be able to use the secretVolumeMount because it uses the secret name as a volume name where dots are not allowed.
We could:
Allow overriding the volumeName,
sanitize the volume name (removing the dots) before naming the volume.
The text was updated successfully, but these errors were encountered:
If the secret has a valid name with dots in it (
my-cluster.example.com
) you will not be able to use the secretVolumeMount because it uses the secret name as a volume name where dots are not allowed.We could:
The text was updated successfully, but these errors were encountered: