Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix helper webserver command (#21035)
## Summary & Motivation Helm rendering has a breaking indentation, making Dagster incompatible with programmtic synthetization tools like cdk8s https://github.com/cdk8s-team/cdk8s/issues/1679 ## How I Tested These Changes Create a values-valid.yaml ``` ingress: apiVersion: 'networking.k8s.io/v1/Ingress' enabled: true ingressClassName: nginx dagsterWebserver: host: '$hostname' ``` Execute helm template: `helm template . --values values-valid.yaml --debug > debug.yaml` With PR fix, indentation is probably rendered in deployment-webserver.yaml ![image](https://github.com/dagster-io/dagster/assets/162576391/5d200407-ddd9-4deb-83e7-e361403f3408)
- Loading branch information