add cilium to argocd
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-05-26 14:35:54 +02:00
parent 709da21f0d
commit cebf59ed20
Signed by: tom
GPG key ID: F17EFE4272D89FF6
2 changed files with 70 additions and 0 deletions

View file

@ -126,6 +126,39 @@ spec:
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: cilium
namespace: argocd
spec:
project: default
sources:
- chart: cilium
repoURL: https://helm.cilium.io/
targetRevision: 1.15.5
helm:
releaseName: cilium-cni
valueFiles:
- $values/cilium/values.yaml
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
ref: values
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
targetRevision: HEAD
path: cilium
destination:
server: https://kubernetes.default.svc
namespace: kube-cilium
syncPolicy:
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
automated:
selfHeal: false
prune: true
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: node-labeler
namespace: argocd