Skip to content

Commit

Permalink
[release/1.15.x] autogenerate helm docs (#21696)
Browse files Browse the repository at this point in the history
update helm docs
  • Loading branch information
ndhanushkodi authored Sep 9, 2024
1 parent 5070a39 commit 619c288
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions website/content/docs/k8s/helm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2640,6 +2640,23 @@ Use these links to navigate to a particular top-level stanza.
beta.kubernetes.io/arch: amd64
```

- `resources` ((#v-webhookcertmanager-resources)) (`map`) - The resource requests (CPU, memory, etc.) for the server-acl-init and server-acl-init-cleanup pods.
This should be a YAML map corresponding to a Kubernetes
[`ResourceRequirements``](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core)
object.

Example:

```yaml
resources:
requests:
memory: '200Mi'
cpu: '100m'
limits:
memory: '200Mi'
cpu: '100m'
```

### prometheus ((#h-prometheus))

- `prometheus` ((#v-prometheus)) - Configures a demo Prometheus installation.
Expand Down

0 comments on commit 619c288

Please sign in to comment.