- Update repository URL to K3S-HOME organization - Change from personal to organization repo
30 lines
686 B
YAML
30 lines
686 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: promtail
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
sources:
|
|
- repoURL: https://grafana.github.io/helm-charts
|
|
chart: promtail
|
|
targetRevision: 6.16.6
|
|
helm:
|
|
valueFiles:
|
|
- $values/promtail/helm-values.yaml
|
|
- repoURL: https://github.com/K3S-HOME/monitoring.git
|
|
targetRevision: HEAD
|
|
ref: values
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: promtail
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
managedNamespaceMetadata:
|
|
labels:
|
|
goldilocks.fairwinds.com/enabled: 'true'
|