Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TrustedCaConfigMapName is the name of the Marketplace ConfigMap that stores Certificate Authority bundle. TrustedCaConfigMapName = "marketplace-trusted-ca" // TrustedCaMountPath is the path to the directory where the Certificate Authority volume should be mounted. TrustedCaMountPath = "/etc/pki/ca-trust/extracted/pem/" // CABundleKey is the key in the ConfigMap that stores Certificate Authoritie bundle. CABundleKey = "ca-bundle.crt" // CABundlePath is the path where we will mount the Certificate Authorities bundle. CABundlePath = "tls-ca-bundle.pem" )
Variables ¶
This section is empty.
Functions ¶
func MountCaConfigMap ¶
func MountCaConfigMap(template *corev1.PodTemplateSpec)
MountCaConfigMap adds a Volume and VolumeMount for the Certificate Authority ConfigMap on the given PodTemplateSpec.
Types ¶
Click to show internal directories.
Click to hide internal directories.