You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
527 B
YAML
22 lines
527 B
YAML
1 year ago
|
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: weaveworks
|
||
|
namespace: repos
|
||
|
interval: 1h0m0s
|
||
|
valuesFrom:
|
||
|
- kind: Secret
|
||
|
name: weave-secret
|
||
|
valuesKey: values
|