From b652a8f9ae4d40d8ea525414c56ef00efe6474a2 Mon Sep 17 00:00:00 2001 From: maruware Date: Tue, 1 Feb 2022 05:28:19 +0900 Subject: [PATCH] Update chart README (#1083) Fix `services.port` and `services.type` description is reversed. --- charts/actions-runner-controller/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/actions-runner-controller/README.md b/charts/actions-runner-controller/README.md index 732d5b87d0..ac089b48fc 100644 --- a/charts/actions-runner-controller/README.md +++ b/charts/actions-runner-controller/README.md @@ -57,8 +57,8 @@ All additional docs are kept in the `docs/` folder, this README is solely for do | `securityContext` | Set the security context for each container in the controller pod | | | `podSecurityContext` | Set the security context to controller pod | | | `service.annotations` | Set annotations for the provisioned webhook service resource | | -| `service.port` | Set controller service type | | -| `service.type` | Set controller service ports | | +| `service.port` | Set controller service ports | | +| `service.type` | Set controller service type | | | `topologySpreadConstraints` | Set the controller pod topologySpreadConstraints | | | `nodeSelector` | Set the controller pod nodeSelector | | | `resources` | Set the controller pod resources | |