Skip to content

Commit

Permalink
mention the minimum supported k8s version (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
sami-alajrami authored Apr 25, 2024
1 parent 545b4a1 commit 7ff2e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/k8s-reporter/_templates.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The chart allows you to create a Kubernetes cronjob and all its necessary RBAC t
{{ define "extra.prerequisites" -}}
## Prerequisites

- A Kubernetes cluster
- A Kubernetes cluster (minimum supported version is `v1.21`)
- Helm v3.0+
- Create a secret for the Kosli API token which will be used for reporting. You can create a secret by running: `kubectl create secret generic <secret-name> --from-literal=<secret-key>=<your-api-key>`
{{- end }}
Expand Down

0 comments on commit 7ff2e63

Please sign in to comment.