This commit is contained in:
parent
709da21f0d
commit
cebf59ed20
2 changed files with 70 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue