mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
9 lines
194 B
YAML
9 lines
194 B
YAML
# /apps/base/gitea/repository.yaml
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: gitea
|
|
namespace: gitea
|
|
spec:
|
|
interval: 1h
|
|
url: https://dl.gitea.io/charts/ |