I am running a .sh script :
helm install …
–set controller.config.http-snippet=’map $upstream_http_cache_control $custom_cache_control { ” “no-store”; } add_header Cache-Control $custom_cache_control;’
…
It returns the error message:
invalid number of the map parameters in /tmp/nginx/nginx-conf17…
any ideas?
1