Skip to content

Quickstart resources to get you started with Weave GitOps Enterprise

License

Notifications You must be signed in to change notification settings

weaveworks/weave-gitops-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weave GitOps Quickstart

It contains quickstart resources to get you started with Weave GitOps Enterprise:

Requirements

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.

About

Quickstart resources to get you started with Weave GitOps Enterprise

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published