Skip to content

CI/CD changes | Adding helm charts

Komal Makkar requested to merge adding_helm_charts into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO] Yes

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO] No

What is the current behavior?

The exceptions from Entitlement are propagated as it is. However, ITs expects 401, so changing the core to accommodate for the same.

What is the new/expected behavior?

  • Adding helm charts
  • Updated gitlab-ci.yml
  • Added README
  • updated the ITs
  • removed logger from the request-scoped objects

Have you added/updated Unit Tests and Integration Tests?

Yes

Any other useful information

Edited by Komal Makkar

Merge request reports