package constants const ( SdsNamespace = "sds" GrubRecoveryUser = "recovery" GrubDsdsSecretName = "grub2" GrubPbkdf2Function = "pbkdf2" GrubSha512HashType = "sha512" GrubLocalMountPath = "/host-boot" GrubHostMountPath = "/boot" GrubLegacyMountLocation = "/" GrubEfiMountLocation = "/boot/efi" GrubConfigFileName = "grub.cfg" GrubBackupConfigFileName = "fallback.cfg" NetworkServicesCM = "network-service-ips" LdKeySecret = "ldkey" UpgradeChartName = "d-sds-patching" EdgeOSArtifact = "edge-os" SpegelNamespace = "spegel" SpegelConfig = "spegel-config" K8sComponentLabel = "platform.edge.ncr.com/component" )