Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gitpod-io/gitpod
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 489939fbff1dc74d676c1f404e0e206ea4c4ec0a
Choose a base ref
..
head repository: gitpod-io/gitpod
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6adcaed4b4243ae36fce44ca775851a7c8cf59f8
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 install/installer/pkg/common/ca.go
2 changes: 1 addition & 1 deletion install/installer/pkg/common/ca.go
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ func CustomCACertVolume(ctx *RenderContext) (vol *corev1.Volume, mnt *corev1.Vol
const (
volumeName = "custom-ca-cert"
customCAMountPath = "/etc/ssl/certs/custom-ca.crt"
certsMountPath = "/etc/ssl/certs"
certsMountPath = "/etc/ssl/certs/"
)
vol = &corev1.Volume{
Name: volumeName,