add tailscale helm repo
This commit is contained in:
parent
338775bde4
commit
aaf4ba703b
2 changed files with 11 additions and 0 deletions
|
@ -39,5 +39,6 @@ resources:
|
|||
- spegel-org.yaml
|
||||
- stakater.yaml
|
||||
- stevehipwell.yaml
|
||||
- tailscale.yaml
|
||||
- vector.yaml
|
||||
- victoria-metrics.yaml
|
||||
|
|
10
kubernetes/flux/repositories/helm/tailscale.yaml
Normal file
10
kubernetes/flux/repositories/helm/tailscale.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
# 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: tailscale
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 2h
|
||||
url: https://pkgs.tailscale.com/helmcharts/
|
Loading…
Reference in a new issue