Skip to content

Commit

Permalink
Merge pull request #143 from stackrox/fix/dashboard-generation
Browse files Browse the repository at this point in the history
fix(dashboards): resource generation
  • Loading branch information
stehessel authored Sep 19, 2023
2 parents 10efd66 + e848b85 commit f5ade51
Show file tree
Hide file tree
Showing 18 changed files with 11,560 additions and 4,398 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ The [Sync master -> production action](https://github.com/stackrox/rhacs-observa

## Contributing

### Dashboards

To make changes to the rhacs dashboards:

* Update the dashboard .json in `resources/grafana/sources`.
* Run `make generate` to generate the corresponding resources for the Grafana operator.

To make changes to Kubernetes mixin resources:
* Update `resources/mixins/kubernetes/mixin.libsonnet`.
* Run `make generate` to generate the corresponding mixin resources.

### Pre-commit hook

This repository makes use of [pre-commit](https://pre-commit.com/) framework. Refer to the [installation instructions](https://pre-commit.com/#installation) for further information.
To enable pre-commits, run the following in the root of the repository:
```bash
Expand Down
Loading

0 comments on commit f5ade51

Please sign in to comment.