Skip to content

Commit

Permalink
chore: pepr dashboard tutorial and files (#524)
Browse files Browse the repository at this point in the history
## Description

Tutorial and files needed to create a Pepr dashboard

## Related Issue

Fixes #383
<!-- or -->
Relates to #

## Type of change

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [x] Other (security config, docs update, etc)

## Checklist before merging

- [x] Test, docs, adr added or updated as needed
- [x] [Contributor Guide
Steps](https://github.com/defenseunicorns/pepr/blob/main/CONTRIBUTING.md#submitting-a-pull-request)
followed

---------

Co-authored-by: Case Wylie <[email protected]>
  • Loading branch information
schaeferka and cmwylie19 authored Feb 2, 2024
1 parent 94d0ec3 commit a39704e
Show file tree
Hide file tree
Showing 5 changed files with 865 additions and 1 deletion.
Binary file added _images/admission-endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/pepr-dashboard-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/watcher-endpoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/040_pepr-tutorials/010_create-pepr-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Each Pepr Module is it's own Typescript project, produced by [`npx pepr init`](.

# Launch pepr dev mode
# If using another local K8s distro instead of k3d, use `npx pepr dev --host host.docker.internal`
pepr dev
npx pepr dev

# From another terminal, apply the sample yaml
kubectl apply -f capabilities/hello-pepr.samples.yaml
Expand Down
Loading

0 comments on commit a39704e

Please sign in to comment.