Azure / k8s-deploy

GitHub Action for deploying to Kubernetes clusters
MIT License
252 stars 103 forks source link

Supporting Multiple Files With the Same Name #327

Closed jaiveerk closed 1 month ago

jaiveerk commented 1 month ago

Fixes #315

Plus cleaning up how we organize files for private cluster deployment and cleaning up various file-related operations.

Added unit tests for this in manifestUpdateUtils.test.ts and modified basic integration tests to test for this scenario as well.