Skip to content

Commit 262cfb4

Browse files
committed
Update helm charts documentation
1 parent ca2ace7 commit 262cfb4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/usage/installation.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ The `values.yaml` file allows you to configure various aspects of the Boot Opera
4444
| `controllerManager.replicas` | Number of replicas for the manager deployment | `1` |
4545
| `controllerManager.manager.image.repository` | Image repository for the manager container | `registry/boot-operator` |
4646
| `controllerManager.manager.image.tag` | Image tag for the manager container | `"v0.1.0"` |
47-
| `controllerManager.manager.args` | Arguments for the manager container | `--probe-image=probe-image`, `--probe-os-image=probe-os-image`, `--registry-url=registry-url` |
47+
| `controllerManager.manager.args` | Arguments for the manager container | `--ipxe-service-url=ipxe-service-url` |
4848
| `controllerManager.manager.resources` | Resource requests and limits for the manager container | `{cpu: 500m, memory: 128Mi}` (limits), `{cpu: 10m, memory: 64Mi}` (requests) |
4949
| `controllerManager.manager.livenessProbe` | Liveness probe configuration for the manager container | `{initialDelaySeconds: 15, periodSeconds: 20, httpGet: {path: /healthz, port: 8081}}` |
5050
| `controllerManager.manager.readinessProbe` | Readiness probe configuration for the manager container | `{initialDelaySeconds: 5, periodSeconds: 10, httpGet: {path: /readyz, port: 8081}}` |
5151
| `controllerManager.manager.containerSecurityContext` | Security context for the manager container | `{allowPrivilegeEscalation: false, capabilities: {drop: ["ALL"]}}` |
5252
| `controllerManager.podSecurityContext` | Security context for the manager pod | `{runAsNonRoot: true, seccompProfile: {type: RuntimeDefault}}` |
5353
| `controllerManager.terminationGracePeriodSeconds` | Termination grace period for the manager pod | `10` |
54-
| `controllerManager.serviceAccountName` | Service account name for the manager pod | `boot-operator-controller-manager` |
55-
| `controllerManager.nodeSelector` | Node selector for the manager pod | `{kubernetes.io/os: linux, kubernetes.io/arch: arm64}` |
54+
| `controllerManager.serviceAccountName` | Service account name for the manager pod | `controller-manager` |
5655
| `controllerManager.tolerations` | Tolerations for the manager pod | `[{key: node-role.kubernetes.io/control-plane, effect: NoSchedule}]` |
56+
| `controllerManager.hostNetwork` | Enable host networking for the manager pod | `false` |
57+
| `controllerManager.strategy.type` | Deployment strategy for the manager pod | `Recreate` |
5758

5859
- **rbac**: Enable or disable RBAC.
5960
- **crd**: Enable or disable CRDs.

0 commit comments

Comments
 (0)