add coder helm repo
This commit is contained in:
parent
826161535e
commit
59ab555ad3
2 changed files with 11 additions and 0 deletions
10
kubernetes/flux/repositories/helm/coder.yaml
Normal file
10
kubernetes/flux/repositories/helm/coder.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
# yaml-language-server: $schema=https://ks.hsn.dev/source.toolkit.fluxcd.io/helmrepository_v1beta2.json
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: coder
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 2h
|
||||||
|
url: https://helm.coder.com/v2
|
|
@ -8,6 +8,7 @@ resources:
|
||||||
- backube.yaml
|
- backube.yaml
|
||||||
- bjw-s.yaml
|
- bjw-s.yaml
|
||||||
- cilium.yaml
|
- cilium.yaml
|
||||||
|
- coder.yaml
|
||||||
- coredns.yaml
|
- coredns.yaml
|
||||||
- crowdsec.yaml
|
- crowdsec.yaml
|
||||||
- crunchydata.yaml
|
- crunchydata.yaml
|
||||||
|
|
Loading…
Reference in a new issue