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 @@ -245,7 +245,7 @@ func withConsoleVolumes(
245
245
}
246
246
247
247
if authServerCAConfigMap != nil {
248
- volumeConfig = append (volumeConfig , authServerCAVolumeConfig ())
248
+ volumeConfig = append (volumeConfig , authServerCAVolumeConfig (authServerCAConfigMap . Name ))
249
249
}
250
250
251
251
if sessionSecret != nil {
@@ -507,9 +507,9 @@ func oauthServingCertVolumeConfig() volumeConfig {
507
507
}
508
508
}
509
509
510
- func authServerCAVolumeConfig () volumeConfig {
510
+ func authServerCAVolumeConfig (cmName string ) volumeConfig {
511
511
return volumeConfig {
512
- name : api . AuthServerCAFileName ,
512
+ name : cmName ,
513
513
path : api .AuthServerCAMountDir ,
514
514
readOnly : true ,
515
515
isConfigMap : true ,
You can’t perform that action at this time.
0 commit comments