Skip to content

Commit

Permalink
add information about gitDenylist & cloudDenylist for the app listing (
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored Dec 4, 2024
1 parent afd6bb8 commit af03062
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ To make a new application available for installation, you'll need to:
- Security
- Storage
- Testing
- **cloudDenylist**: a list of Kubefirst supported cloud(s) where your application shouldn't be available in the catalog. In most cases, you don't need this.
- **gitDenylist**: a list of Git provider Kubefirst support that should not let the user install this application. In most cases, you don't need this.
- Create a pull request with the changes from your fork to our repository main branch. Be sure to [sign your commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).

Feel free to check the other applications to find examples.
Expand Down
2 changes: 2 additions & 0 deletions styles/Custom/ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ aws
chartmuseum
civo
cli
cloudDenylist
config
cronjob

Expand All @@ -24,6 +25,7 @@ eks

# G
gcp
gitDenylist
github
gitlab
gitops
Expand Down

0 comments on commit af03062

Please sign in to comment.