This message was deleted.
# general
a
This message was deleted.
h
What is generated:
Copy code
users: 
- name: "<my cluster name>" 
  user: 
    exec: 
      apiVersion: <http://client.authentication.k8s.io/v1beta1|client.authentication.k8s.io/v1beta1> 
      args: 
        - token 
        - --server=<my rancher url>
        - --user=<my cluster name> 
      command: rancher
what i want is for the user value in the args section to be my username instead of the cluster name, is there a way to have this result through configuration of the chart ?
Any help on this topic?
s
that is not possible at the moment. i think there are plans to rework the process soon (including the ability to generate a config with multiple clusters). might be worth creating an issue over at https://github.com/rancher/rancher. with a bit of luck it might influence that change
h
Okay, thanks for your answer