# diagrid clusters helmvaluesdapr

Print Dapr helm values file

### Description

Print user-specified values for deploying Dapr using Helm (blank if no profile was specified on cluster creation)

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

### Examples

```

  # Apply the Dapr helm values to the current Kubernetes cluster
  diagrid clusters helmvaluesdapr <cluster-id> | helm install dapr dapr/dapr --version=VERSION --namespace dapr-system --create-namespace --wait -f -

```

### Options

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

### SEE ALSO

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