Skip to content

Commit

Permalink
Don't let users install applications from the GitOps catalog that won…
Browse files Browse the repository at this point in the history
…'t work on k3d (#36)
  • Loading branch information
tomekz authored Oct 24, 2023
1 parent 12135a6 commit 1f5fa11
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 1f5fa11

Please sign in to comment.