11 lines
337 B
YAML
11 lines
337 B
YAML
|
---
|
||
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/helmrepository-source-v1.json
|
||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||
|
kind: HelmRepository
|
||
|
metadata:
|
||
|
name: mariadb-operator
|
||
|
namespace: flux-system
|
||
|
spec:
|
||
|
interval: 1h
|
||
|
url: https://mariadb-operator.github.io/mariadb-operator
|