Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
muse-sisay committed Oct 23, 2024
1 parent 5641c18 commit 8292683
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,15 @@ To make a new application available for installation, you'll need to:
- Fork this repository.
- Create a new directory with your new application's name in your fork.
- Create a `components` folder, and inside, another folder with your application's name.
- In that latest folder, add, and organize your Argo CD manifest file(s) into it.
- Annotate your Argo CD application with the following annotations. The Kubefirst platform uses this information to surface installed application in the UI.
- In that latest folder, add, and organize your Argo CD manifest file(s) into it.
- Annotate your Argo CD application with the following annotations. The Kubefirst platform uses this information to surface installed application in the UI.

```yaml
annotations:
kubefirst.konstruct.io/application-name: <appName>
kubefirst.konstruct.io/source: catalog-templates
```

Check failure on line 35 in CONTRIBUTING.md

View workflow job for this annotation

GitHub Actions / markdown-check

Trailing spaces

CONTRIBUTING.md:35:1 MD009/no-trailing-spaces Trailing spaces [Expected: 0 or 2; Actual: 4] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md009.md
- Don't forget to look at the [Kubefirst Tokens](#kubefirst-tokens) section as you can dynamically add specific values to your manifests like domain or cluster names.
- In the root folder of your application create an "App of Apps" YAML file that will point to the component folder.
- Add a SVG file of the application's logo, named `<appName>.svg` under the [logos folder](https://github.com/kubefirst/gitops-catalog/tree/main/logos).
Expand Down

0 comments on commit 8292683

Please sign in to comment.