1import { getMyDir } from '../../../setPtDirForImportMetaUrlF.mts'2import { syncCertManagerCore } from './certManagerCoreF.mts'3import { tsImportMetaUrl } from '../../../../ptDirF.mts'5const thisDir = getMyDir(tsImportMetaUrl(import.meta.url))7export const k8sCertManager = () => {8 return syncCertManagerCore({kustDir: thisDir + '/kust2'})9}