Skip to content

Commit

Permalink
Merge pull request #16 from kyverno/external-cluster-setup-info
Browse files Browse the repository at this point in the history
Add required config information for external clusters
  • Loading branch information
fjogeleit authored May 9, 2024
2 parents f22c35a + b0ce3fe commit 0aaeb13
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/01. guide/helm-chart-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,8 @@ By default, the Policy Reporter UI processes only the Policy Reporter REST API r

The APIs must be accessible for Policy Reporter UI, currently only HTTP Basic authentication is supported. Make sure that you make your APIs available only internally.

To activate the REST-API of your external installations of Policy Reporter, you must set `rest.enabled` to `true` in the respective configurations.

You can use the the `ui.clusterName` configuration to set the name of the default Cluster API, default is `Default`.

```yaml [values.yaml]
Expand All @@ -590,6 +592,13 @@ ui:
secretRef: auth-secret # all configuration can also provided as existing secret with the related key/value pairs, except the cluster name.
```

#### External Cluster configuration

```yaml [values.yaml]
rest:
enabled: true
```

### Kyverno Plugin integration

<alert>
Expand Down

0 comments on commit 0aaeb13

Please sign in to comment.