Skip to content

Commit

Permalink
Put back RBAC link
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-gplassard committed Sep 20, 2024
1 parent 975f655 commit 01b0b1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/private-action-runner/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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).

Expand Down
1 change: 1 addition & 0 deletions charts/private-action-runner/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit 01b0b1f

Please sign in to comment.