fix: Switch to single manifest with .yaml extension
This commit is contained in:
parent
2fbd79d508
commit
9dc735bad5
3 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue