- [ ] bug report -> please search issues before submitting
- [x] feature request
- [ ] documentation issue or request
- [x] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
Deploy Spring Boot applications via src/main.bicep, which contains archived helm chart installation (PetClinic-0.1.0.tgz). This bicep file tries to install wavefront by default but fails. This issue seems to prevent us from deploying pods and services written in helm charts in the zip file.
Any log messages given by the failure
Expected/desired behavior
As wavefront is an optional step to make use of VMWare Tanzu Observability, we need to enhance helm chart to make wavefront install conditional.
OS and Version?
Windows 7, 8 or 10. Linux (which distribution). macOS (Yosemite? El Capitan? Sierra?)
This issue is for a: (mark with an
x
)Minimal steps to reproduce
Any log messages given by the failure
Expected/desired behavior
OS and Version?
Versions
Mention any other details that might be useful
Line of code where this issue happens is https://github.com/Azure-Samples/app-templates-springboot-microservices-on-AKS/blob/main/src/main.bicep#L89.