Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weaveworks/weave-gitops-quickstart
Quickstart resources to get you started with Weave GitOps Enterprise
https://github.com/weaveworks/weave-gitops-quickstart
fluxcd gitops kubernetes weave-gitops
Last synced: about 2 months ago
JSON representation
Quickstart resources to get you started with Weave GitOps Enterprise
- Host: GitHub
- URL: https://github.com/weaveworks/weave-gitops-quickstart
- Owner: weaveworks
- License: mpl-2.0
- Created: 2023-01-19T11:02:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-04T16:17:32.000Z (about 1 year ago)
- Last Synced: 2024-04-14T23:02:12.623Z (9 months ago)
- Topics: fluxcd, gitops, kubernetes, weave-gitops
- Homepage:
- Size: 1.13 MB
- Stars: 4
- Watchers: 27
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weave GitOps Quickstart
It contains quickstart resources to get you started with [Weave GitOps Enterprise](https://docs.gitops.weave.works/):- [Quickstart Templates](./quickstart-templates): a set of [Weave GitOps templates](https://docs.gitops.weave.works/docs/gitops-templates/templates/)
to get started using Weave GitOps Enterprise.## Requirements
- You have [Weave GitOps Enterprise](https://www.weave.works/product/gitops-enterprise/) installed on a cluster.
## Getting Started
### Quickstart Templates
Deploy the templates using flux with the following manifests.
```
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: GitRepository
metadata:
name: weave-gitops-quickstart
namespace: flux-system
spec:
interval: 10m0s
ref:
branch: main
url: https://github.com/weaveworks/weave-gitops-quickstart
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: quickstart-templates
namespace: flux-system
spec:
chart:
spec:
chart: "quickstart-templates"
version: ">=0.1.0"
sourceRef:
kind: GitRepository
name: weave-gitops-quickstart
namespace: flux-system
interval: 10m0s
```## Contributing
Just use this repo to open issues and contribute code via pull requests.