Set cluster.name in k8s-monitoring chart

  cluster:
    name: ""

Is it possible to set cluster.name key in k8s-monitoring chart to read from env variable or a secret. I tried reading from env variable, but it takes it as a literal string.