-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz
n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/README.md n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/main.yaml n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/values.schema.json
- Loading branch information
1 parent
9a193f1
commit 9baec2c
Showing
5 changed files
with
1,382 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
67 changes: 67 additions & 0 deletions
67
n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/giantswarm/n8n/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/giantswarm/n8n/tree/main) | ||
|
||
[Read me after cloning this template (GS staff only)](https://handbook.giantswarm.io/docs/dev-and-releng/app-developer-processes/adding_app_to_appcatalog/) | ||
|
||
# n8n chart | ||
|
||
Giant Swarm offers a n8n App which can be installed in workload clusters. | ||
Here, we define the n8n chart with its templates and default configuration. | ||
|
||
**What is this app?** | ||
|
||
**Why did we add it?** | ||
|
||
**Who can use it?** | ||
|
||
## Installing | ||
|
||
There are several ways to install this app onto a workload cluster. | ||
|
||
- [Using GitOps to instantiate the App](https://docs.giantswarm.io/tutorials/continuous-deployment/apps/add-appcr/) | ||
- By creating an [App resource](https://docs.giantswarm.io/reference/platform-api/crd/apps.application.giantswarm.io) using the platform API as explained in [Getting started with App Platform](https://docs.giantswarm.io/tutorials/fleet-management/app-platform/). | ||
|
||
## Configuring | ||
|
||
### values.yaml | ||
|
||
**This is an example of a values file you could upload using our web interface.** | ||
|
||
```yaml | ||
# values.yaml | ||
|
||
``` | ||
|
||
### Sample App CR and ConfigMap for the management cluster | ||
|
||
If you have access to the Kubernetes API on the management cluster, you could create the App CR and ConfigMap directly. | ||
|
||
Here is an example that would install the app to workload cluster `abc12`: | ||
|
||
```yaml | ||
# appCR.yaml | ||
|
||
``` | ||
|
||
```yaml | ||
# user-values-configmap.yaml | ||
|
||
``` | ||
|
||
See our [full reference on how to configure apps](https://docs.giantswarm.io/tutorials/fleet-management/app-platform/app-configuration/) for more details. | ||
|
||
## Compatibility | ||
|
||
This app has been tested to work with the following workload cluster release versions: | ||
|
||
- _add release version_ | ||
|
||
## Limitations | ||
|
||
Some apps have restrictions on how they can be deployed. | ||
Not following these limitations will most likely result in a broken deployment. | ||
|
||
- _add limitation_ | ||
|
||
## Credit | ||
|
||
- {APP HELM REPOSITORY} |
11 changes: 11 additions & 0 deletions
11
n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/main.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
annotations: | ||
application.giantswarm.io/metadata: https://giantswarm.github.io/giantswarm-playground-test-catalog/n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/main.yaml | ||
application.giantswarm.io/readme: https://giantswarm.github.io/giantswarm-playground-test-catalog/n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/README.md | ||
application.giantswarm.io/team: team-planeteers | ||
application.giantswarm.io/values-schema: https://giantswarm.github.io/giantswarm-playground-test-catalog/n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz-meta/values.schema.json | ||
chartApiVersion: v2 | ||
chartFile: n8n-0.1.2-4e0beec70e89cd11dab67b4f271c189472fb237a.tgz | ||
dateCreated: '2025-01-29T15:54:40.417460Z' | ||
digest: e4c325758d3fa253f5cb9071cd74ed1cbaf8d5d82222278746da1ff53ce03ddd | ||
home: https://github.com/giantswarm/n8n | ||
icon: https://s.giantswarm.io/app-icons/k8s-initiator/1/light.svg |
Oops, something went wrong.