Merge pull request #207 from 3dwardch3ng/weave-gitops

Add Weave GitOps Dashboard
This commit is contained in:
2024-06-18 11:12:04 +10:00
committed by GitHub
2 changed files with 43 additions and 1 deletions

View File

@@ -5,4 +5,5 @@ resources:
- ./capacitor/capacitor.yaml
- ./cert-manager/cert-manager.yaml
- ./homer/homer.yaml
- ./podinfo/podinfo.yaml
- ./podinfo/podinfo.yaml
- ./weave-gitops/weave-gitops.yaml

View File

@@ -0,0 +1,41 @@
---
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
annotations:
metadata.weave.works/description: This is the source location for the Weave GitOps
Dashboard's helm chart.
labels:
app.kubernetes.io/component: ui
app.kubernetes.io/created-by: weave-gitops-cli
app.kubernetes.io/name: weave-gitops-dashboard
app.kubernetes.io/part-of: weave-gitops
name: ww-gitops
namespace: flux-system
spec:
interval: 1h0m0s
type: oci
url: oci://ghcr.io/weaveworks/charts
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
annotations:
metadata.weave.works/description: This is the Weave GitOps Dashboard. It provides
a simple way to get insights into your GitOps workloads.
name: ww-gitops
namespace: flux-system
spec:
chart:
spec:
chart: weave-gitops
sourceRef:
kind: HelmRepository
name: ww-gitops
interval: 1h0m0s
values:
adminUser:
create: true
passwordHash: $2a$10$gnPEHsFzIJXg/eron5LiQ.teGZkKETxuA2WAyKSbxHvxpkzWJvbDe
username: admin