fix: add cilium helm repo
This commit is contained in:
parent
8d5fbcc236
commit
c07e5732bc
2 changed files with 9 additions and 0 deletions
kubernetes/main/core/kube-system/cilium/app
|
@ -0,0 +1,8 @@
|
|||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: cilium
|
||||
namespace: flux-system
|
||||
spec:
|
||||
interval: 2h
|
||||
url: https://helm.cilium.io/
|
|
@ -1,4 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ./helm-repository.yaml
|
||||
- ./helm-release.yaml
|
Loading…
Add table
Reference in a new issue