Installation
Add the chart repository
Configure values file
Create a localvalues.yaml file with the default chart values. You can export the defaults by running helm show values superblocks/superblocks-agent > values.yaml. Aside from the default settings, the following settings are required to enable Ingress and allow communication from your users to the agent running in the cluster.
superblocks.agentHostUrl and ingress.hosts[0].host should be the same DNS entry (CNAME or A record) that points to the ingress-managed load balancer in front of the agent.
Deploy the chart
After making changes tovalues.yaml, save and deploy the chart. Adjust superblocks.agentTags as needed depending on your environment.

