kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

[AzureRedisInstance] Change Redis conf payload to map[string] #446

Open ijovovic opened 2 months ago

ijovovic commented 2 months ago

Description

Change the Redis conf payload from hardcoded values to generic map[string].

Reasons

Redis conf is different between versions, therefore we need to add flexibility for the accepted payload values.

Attachments