Skip to content

Commit b00d300

Browse files
committed
rename custom ca cert file name
1 parent 23d3bd7 commit b00d300

File tree

1 file changed

+3
-3
lines changed
  • components/ws-manager-mk2/controllers

1 file changed

+3
-3
lines changed

components/ws-manager-mk2/controllers/create.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ func createDefiniteWorkspacePod(sctx *startWorkspaceContext) (*corev1.Pod, error
316316
},
317317
},
318318
{
319-
Name: "custom-ca-crt",
319+
Name: "gitpod-ca-crt",
320320
VolumeSource: corev1.VolumeSource{
321321
ConfigMap: &corev1.ConfigMapVolumeSource{
322322
LocalObjectReference: corev1.LocalObjectReference{Name: "gitpod-customer-certificate-bundle"},
@@ -496,8 +496,8 @@ func createWorkspaceContainer(sctx *startWorkspaceContext) (*corev1.Container, e
496496
MountPropagation: &mountPropagation,
497497
},
498498
{
499-
Name: "custom-ca-crt",
500-
MountPath: "/etc/ssl/certs/custom-ca.crt",
499+
Name: "gitpod-ca-crt",
500+
MountPath: "/etc/ssl/certs/gitpod-ca.crt",
501501
SubPath: "ca-certificates.crt",
502502
ReadOnly: true,
503503
},

0 commit comments

Comments
 (0)