fix: Switch to single manifest with .yaml extension

This commit is contained in:
Robert Prehn 2021-01-16 13:12:26 -06:00
parent 2fbd79d508
commit 9dc735bad5
3 changed files with 1 additions and 1 deletions

View file

@ -12,4 +12,4 @@ var packageConfig = JSON.parse(packageText);
const {version} = packageConfig;
const manifestText = dots.kube({version: version});
fs.writeFileSync("infrastructure/kube.yml", manifestText);
fs.writeFileSync("infrastructure/kube.yaml", manifestText);