diff --git a/charts/private-action-runner/README.md b/charts/private-action-runner/README.md index 5f2efba90..1b7b638a7 100644 --- a/charts/private-action-runner/README.md +++ b/charts/private-action-runner/README.md @@ -1,6 +1,6 @@ # Datadog Private Action Runner -![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![AppVersion: v0.1.0-beta](https://img.shields.io/badge/AppVersion-v0.1.0--beta-informational?style=flat-square) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![AppVersion: v0.1.0-beta](https://img.shields.io/badge/AppVersion-v0.1.0--beta-informational?style=flat-square) This Helm Chart deploys the Datadog Private Action runner inside a Kubernetes cluster. It allows you to use private actions from the Datadog Workflow and Datadog App Builder products. When deploying this chart, you can give permissions to the runner in order to be able to run Kubernetes actions. @@ -34,6 +34,7 @@ helm repo update 4. Create a new workflow and use a Kubernetes action like **List pod** or **List deployment**. ## Going further +* Learn more about [Kubernetes RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac). * Deploy several runners with different permissions or create different connections according to your needs. * Learn more about [Private actions](https://docs.datadoghq.com/service_management/app_builder/private_actions). diff --git a/charts/private-action-runner/README.md.gotmpl b/charts/private-action-runner/README.md.gotmpl index 0897bb8cd..0c3d32c5b 100644 --- a/charts/private-action-runner/README.md.gotmpl +++ b/charts/private-action-runner/README.md.gotmpl @@ -34,6 +34,7 @@ helm repo update 4. Create a new workflow and use a Kubernetes action like **List pod** or **List deployment**. ## Going further +* Learn more about [Kubernetes RBAC](https://kubernetes.io/docs/reference/access-authn-authz/rbac). * Deploy several runners with different permissions or create different connections according to your needs. * Learn more about [Private actions](https://docs.datadoghq.com/service_management/app_builder/private_actions).