Azure-Samples / app-templates-springboot-microservices-on-AKS

Microservices based spring boot app deployed to AKS
Apache License 2.0
4 stars 20 forks source link

Installation of wavefront should be optional. #9

Open anishi1222 opened 2 years ago

anishi1222 commented 2 years ago

Please provide us with the following information:

This issue is for a: (mark with an x)

- [ ] 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?)

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.


Thanks! We'll be in touch soon.