victoria-metrics: point the values ref at applications/
$values resolves to the repo root, so $values/victoria-metrics/values.yaml never existed once the manifests moved under applications/. helm template failed on every reconcile, leaving the app permanently sync status Unknown. gitea-runner had the same broken path but has no manifest in this repo, so it was patched on the cluster only.
This commit is contained in:
@@ -13,7 +13,7 @@ spec:
|
||||
# Release name kept short to avoid label length >63 chars on alertmanager StatefulSet pods
|
||||
releaseName: vm
|
||||
valueFiles:
|
||||
- $values/victoria-metrics/values.yaml
|
||||
- $values/applications/victoria-metrics/values.yaml
|
||||
- repoURL: https://gitea.jsme.be/Jeffrey/Kubernetes-Manifests.git
|
||||
targetRevision: HEAD
|
||||
ref: values
|
||||
|
||||
Reference in New Issue
Block a user