package dsdssandboxes import ( "path/filepath" ) var ( DefaultPlaypitDir = filepath.Join( "config", "clusters", "ret-edge-pltf-infra", "platform-infra", "projects", "preprod", "dsds-ien-playpits", ) ProjectYamlFilename = "project.yaml" // Some directories in the config directory do not contain projects // used for creating clusters with KCC - we need to skip them IgnoreDirectories = []string{ "base", "TEMPLATE", } )