Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jef Spaleta authored Dec 11, 2020
1 parent 9adf5c3 commit e118473
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# sensuflow-action
Github Action for Sensu flow resource management pattern.
# Sensuflow Github Action
The Github action for Sensuflow, a git based approach to managing Sensu resources.

## Introduction
This github action will allow you to manage Sensu resources for multiple namespaces by making use of sensuctl prune and create commands. The `sensu prune` command is scoped by the action's `matching_label`, `matching_condition`, and `managed_resources`settings.
This Github action will allow you to manage Sensu resources for multiple namespaces by making use of `sensuctl prune` and `sensuctl create` commands. The `sensu prune` command is scoped by the action's `matching_label`, `matching_condition`, and `managed_resources`settings.

In order to use this action, you'll need to define a Sensu user and associated role based access control.
In order to use this action, you'll first need to define a Sensu user and associated role based access control. A reference RBAC policy and user definition, matching the the actions default settings is provided below as a reference.

## Capabilities

Expand Down

0 comments on commit e118473

Please sign in to comment.