30 lines
688 B
YAML
30 lines
688 B
YAML
![]() |
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: vector
|
||
|
namespace: argocd
|
||
|
labels:
|
||
|
env: dev
|
||
|
spec:
|
||
|
project: default
|
||
|
syncPolicy:
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
retry:
|
||
|
limit: -1
|
||
|
destination:
|
||
|
name: in-cluster
|
||
|
namespace: observability
|
||
|
sources:
|
||
|
- chart: vector
|
||
|
repoURL: https://helm.vector.dev
|
||
|
targetRevision: 0.43.0
|
||
|
helm:
|
||
|
valueFiles:
|
||
|
- $values/otc/observability.think-ahead.cloud/stacks/core/vector/values.yaml
|
||
|
- repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
|
||
|
targetRevision: HEAD
|
||
|
ref: values
|