Skip to content

Commit

Permalink
feat: add is k3d compatible config field
Browse files Browse the repository at this point in the history
Signed-off-by: tomekz <[email protected]>
  • Loading branch information
Tomasz Zadrożny authored and tomekz committed Oct 23, 2023
1 parent 12135a6 commit 70d4d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ To make a new application available for installation, you'll need to:
- Security
- Storage
- Testing
- **k3d**: set to `false` if the application can't be installed on a k3d cluster. If omitted, we assume it can be installed on a k3d cluster.
- Create a new directory with your new application's name in your fork.
- Add, and organize your Argo CD gitops file(s) into it, if any.
- Create a pull request with the changes from your branch to our main branch.
Expand Down
1 change: 1 addition & 0 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ apps:
description: "Datadog's SaaS-based infrastructure monitoring provides metrics, visualizations, and alerting to ensure your engineering teams can maintain and optimize your cloud or hybrid environments."
categories:
- Observability
k3d: false

- name: goldilocks
displayName: Goldilocks
Expand Down

0 comments on commit 70d4d58

Please sign in to comment.