gravitee-io / issues

Gravitee.io - API Platform - Issues
64 stars 26 forks source link

Handle Subscription service config in Helm Chart #8271

Closed gaetanmaisse closed 2 years ago

gaetanmaisse commented 2 years ago

The Subscription service can be configured via gravitee.yaml using the following keys:

  subscription:
    enabled: true
    pre-expiration-notification-schedule: x,y,z

However, there is no mapping of them in the Helm Chart: https://github.com/gravitee-io/helm-charts/blob/c150d1755a6b9e5b9a373925d62ab0d82b401525/apim/3.x/templates/api/api-configmap.yaml#L150-L149

We should add them to the template to be sure Helm users are able to configure them via Values.

gaetanmaisse commented 2 years ago

🎉 Subscription service configuration has been released in 3.1.50: https://artifacthub.io/packages/helm/graviteeio/apim3/3.1.50?modal=changelog&version=3.1.50