thedigitaloctopus / weave-gitops-quickstart

Quickstart resources to get you started with Weave GitOps Enterprise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Mozilla Public License 2.0