File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkg/console/subresource/deployment Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ func withConsoleVolumes(
238
238
}
239
239
240
240
if authServerCAConfigMap != nil {
241
- volumeConfig = append (volumeConfig , authServerCAVolumeConfig ())
241
+ volumeConfig = append (volumeConfig , authServerCAVolumeConfig (authServerCAConfigMap . Name ))
242
242
}
243
243
244
244
if sessionSecret != nil {
@@ -500,9 +500,9 @@ func oauthServingCertVolumeConfig() volumeConfig {
500
500
}
501
501
}
502
502
503
- func authServerCAVolumeConfig () volumeConfig {
503
+ func authServerCAVolumeConfig (cmName string ) volumeConfig {
504
504
return volumeConfig {
505
- name : api . AuthServerCAFileName ,
505
+ name : cmName ,
506
506
path : api .AuthServerCAMountDir ,
507
507
readOnly : true ,
508
508
isConfigMap : true ,
You can’t perform that action at this time.
0 commit comments