Hey i have fleet question, in regard to automatically deployment of rancher-monitoring.
Below my values that i need to provide.
global:
cattle:
#clusterId: "${ .ClusterLabels.clusterId }"
clusterName: "${ .ClusterName }"
rkePathPrefix: ""
rkeWindowsPathPrefix: ""
systemDefaultRegistry: hub.docker.isoad.isogmbh.de:18090
#systemProjectId: "${ .ClusterLabels.systemProjectId }"
url:
https://my.rancher.local
I am able to template .ClusterName properly however I completely don't know how to achieve that for
clusterId and
ProjectId.
This stops me from deploying rancher-monitoring automatically, when installing rancher-monitoring via UI these values are provided automatically.