Merge pull request #28904 from dnephin/add-volume-labels-to-deploy
Use namespace label on stack volumes
This commit is contained in:
commit
d5654a8e76
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ func convertVolumeToMount(
|
|||
source = stackVolume.External.Name
|
||||
} else {
|
||||
volumeOptions = &mount.VolumeOptions{
|
||||
Labels: stackVolume.Labels,
|
||||
Labels: getStackLabels(namespace.name, stackVolume.Labels),
|
||||
NoCopy: isNoCopy(mode),
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue