volumes

package volumes

import "chantico/internal/volumes"

Index

Constants

const (
	ChanticoVolumeMount       = "chantico-volume-mount"
	ChanticoVolumeLocationEnv = "CHANTICOVOLUMELOCATIONENV"
	ChanticoVolumeClaimEnv    = "CHANTICOVOLUMECLAIMENV"
)

Functions

func GetChanticoVolume

func GetChanticoVolume() (corev1.Volume, error)