Skip to content

Commit

Permalink
feat: add polr crds to builtin (#398)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit authored Jun 5, 2023
1 parent f416d79 commit 3e7db8c
Show file tree
Hide file tree
Showing 2 changed files with 787 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ The Playground uses openapi schemas to load resources from yaml content. To load
By default, all Kubernetes builtin resources are supported. To work with custom resources you need to provide the custom resource definition.

Providing custom resource definitions can be done in different ways:
* Using the `--builtin-crds` flag in the backend (see the list of [supported built-in CRDs](#supported-built-in-custom-resource-definitions))
* Using the `--local-crds` flag in the backend, pointing to a directory containing yaml CRD definitions
* Using the `--engine-builtin-crds` flag in the backend (see the list of [supported built-in CRDs](#supported-built-in-custom-resource-definitions))
* Using the `--engine-local-crds` flag in the backend, pointing to a directory containing yaml CRD definitions
* Paste your CRD yaml definitions directly in the frontend

### Supported built-in custom resource definitions
Expand All @@ -109,6 +109,7 @@ The following CRDs are embedded in the Playground backend and can be enabled wit
| Cert Manager | `--builtin-crds=cert-manager` |
| Tekton Pipeline | `--builtin-crds=tekton-pipeline` |
| Prometheus Operator | `--builtin-crds=prometheus-operator` |
| (Cluster)PolicyReports | `--builtin-crds=wgpolicyk8s` |

## Build

Expand Down
Loading

0 comments on commit 3e7db8c

Please sign in to comment.