22 行
409 B
YAML
22 行
409 B
YAML
# whoami
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: cowboysysop
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
timeout: 5m
|
|
url: https://cowboysysop.github.io/charts/
|
|
---
|
|
# halo
|
|
apiVersion: source.toolkit.fluxcd.io/v1
|
|
kind: HelmRepository
|
|
metadata:
|
|
name: halo
|
|
namespace: infra-gitops
|
|
spec:
|
|
interval: 168h
|
|
timeout: 5m
|
|
url: https://halo-sigs.github.io/charts/
|