I would like to create a map in value file and get the value depending of another variable.
For example :
resource[belgium] : 4G
resource[canada] : 4G
Then by passing the value belgium in environment variable COUNTRY, something like:
{{ .Values.resource[$COUNTRY] }}
I don't find anything in the documentation.
Tx for help,
Gegko