CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
11 stars 48 forks source link

[DE597167] Fix Gateway Helm installation failure due to incorrect indentation in secret.yaml file #304

Closed snagarjunas closed 5 months ago

snagarjunas commented 5 months ago

Description of the change

When the User has additionalAnnotations custom_values, the Gateway Helm installation fails due to incorrect indentation in secret.yaml file.

Annotations are enabled when "additionalAnnotations" are passed from custom_values. By default "additionalAnnotations" are not set. When additional annotations are passed, the annotations section is enabled and fails due to incorrect indentation.

Benefits

Users can successfully add "additionalAnnotations" as required

Gazza7205 commented 5 months ago

Covered in #303