# diagrid clusters helmvalues

Print Conductor agent helm values file

### Description

Print the Kubernetes helmvalues for deploying the Conductor agent using Helm

```
diagrid clusters helmvalues <cluster-id> [flags]
```

### Examples

```

  # Apply the agent helmvalues to the current Kubernetes cluster
  diagrid clusters helmvalues <cluster-id> | helm install agent oci://public.ecr.aws/diagrid/conductor-charts/agent --version VERSION --namespace dapr-system --create-namespace -f -

```

### Options

```
      --api-key string   Diagrid Cloud API key
  -h, --help             help for helmvalues
  -o, --output string    Output format, supported [table, yaml, json] (default "table")
```

### SEE ALSO

- [diagrid clusters](./clusters.md)	 - Manage cluster connections
