---
title: "nctl get operator helm-values"
diataxis: reference
applies_to:
  product: "nctl"
audience: ["developer","platform-engineer"]
last_updated: 2026-03-07
url: https://docs.nirmata.io/docs/nctl/commands/nctl_get_operator_helm-values/
---

## nctl get operator helm-values

Get Nirmata Kyverno Operator Helm Values for further customization

```bash
nctl get operator helm-values [flags]
```

### Options

```text
  -h, --help                  help for helm-values
      --kube-context string   the kube context from configured kubeconfig. Default is the current or sole context
      --kubeconfig string     kubeconfig path (defaults to $HOME/.kube/kubeconfig)
  -n, --namespace string      namespace in which the operator is deployed (default "nirmata-system")
      --no-cluster            prevent all calls to cluster
  -o, --outputfile string     output file to store Helm values
  -r, --release string        release name for the helm chart (default "kyverno-operator")
```text

### Options inherited from parent commands

```text
  -v, --v Level   number for the log level verbosity
```

### SEE ALSO

* [nctl get operator](nctl_get_operator.md)	 - Get Nirmata Kyverno Operator info


