22 lines
470 B
YAML
22 lines
470 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: alloy-config
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://git.james-mellors.com/mello/Monitoring.git
|
|
targetRevision: main
|
|
path: alloy/helm/alloy-config
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: monitoring
|
|
syncPolicy:
|
|
syncOptions:
|
|
- ServerSideApply=true
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
|