{{ template "chart.header" . }} {{ template "chart.description" . }} Current chart version is `{{ template "chart.version" . }}` {{ template "chart.homepageLine" . }} {{ template "chart.requirementsSection" . }} ## Required Values In order to successfully install this chart, you **must** provide the following variables: * `stackstate.apiKey` * `stackstate.cluster.name` * `stackstate.url` The parameter `stackstate.cluster.name` is entered when installing the Cluster Agent StackPack. Install them on the command line on Helm with the following command: ```shell helm install \ --set-string 'stackstate.apiKey'='' \ --set-string 'stackstate.cluster.name'='' \ --set-string 'stackstate.url'='' \ stackstate/stackstate-k8s-agent ``` ## Recommended Values It is also recommended that you set a value for `stackstate.cluster.authToken`. If it is not provided, a value will be generated for you, but the value will change each time an upgrade is performed. The command for **also** installing with a set token would be: ```shell helm install \ --set-string 'stackstate.apiKey'='' \ --set-string 'stackstate.cluster.name'='' \ --set-string 'stackstate.cluster.authToken'='' \ --set-string 'stackstate.url'='' \ stackstate/stackstate-k8s-agent ``` {{ template "chart.valuesSection" . }}