dumpnet-argo/manifests/cluster/fluent-bit.yaml

28 lines
654 B
YAML
Raw Normal View History

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: fluent-bit
namespace: argocd
spec:
project: default
sources:
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
targetRevision: HEAD
ref: values
- repoURL: https://fluent.github.io/helm-charts
chart: fluent-bit
targetRevision: "*"
helm:
valueFiles:
2026-08-18 10:00:53 -04:00
- $values/values.yaml
- $values/charts/fluent-bit/values.yaml
destination:
server: https://kubernetes.default.svc
namespace: fluent-bit
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true