Skip to content

Commit

Permalink
Merge pull request #54 from wasup-yash/fixed
Browse files Browse the repository at this point in the history
Fixed hyperlink mismatch
  • Loading branch information
AlexsJones committed Jun 13, 2023
2 parents f0f6406 + 4de7190 commit 817137d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/operator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The diagram below showcases the different components that the K8sGPT Operator in

## Customising the Operator

As with other Helm Charts, the K8sGPT Operator can be customised by modifying [the `values.yaml` file.](https://github.com/k8sgpt-ai/k8sgpt/blob/main/charts/k8sgpt/values.yaml)
As with other Helm Charts, the K8sGPT Operator can be customised by modifying the [ `values.yaml`](https://github.com/k8sgpt-ai/k8sgpt/blob/main/charts/k8sgpt/values.yaml) file.

The following fields can be customised in the Helm Chart Deployment:

Expand All @@ -37,4 +37,4 @@ serviceMonitor:
The new `values.yaml` manifest can then be provided upon installing the Operator inside the cluster:
```bash
helm install release k8sgpt/k8sgpt-operator --values values.yaml
```
```

0 comments on commit 817137d

Please sign in to comment.