Enabled ServerSideApply on observability stack

Renamed stack in argo
This commit is contained in:
Patrick Sy 2025-06-03 14:14:53 +02:00
parent 941756d4c7
commit 915b6bdf9e
Signed by: Patrick.Sy
GPG key ID: DDDC8EC51823195E

View file

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: victoria-k8s-stack name: o12y
namespace: argocd namespace: argocd
labels: labels:
env: dev env: dev
@ -12,6 +12,7 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
- ServerSideApply=true
destination: destination:
name: in-cluster name: in-cluster
namespace: observability namespace: observability
@ -19,7 +20,7 @@ spec:
- chart: victoria-metrics-k8s-stack - chart: victoria-metrics-k8s-stack
repoURL: https://victoriametrics.github.io/helm-charts/ repoURL: https://victoriametrics.github.io/helm-charts/
targetRevision: 0.48.1 targetRevision: 0.48.1
releaseName: victoria releaseName: o12y
helm: helm:
valueFiles: valueFiles:
- $values/otc/observability.think-ahead.cloud/stacks/observability/victoria-k8s-stack/values.yaml - $values/otc/observability.think-ahead.cloud/stacks/observability/victoria-k8s-stack/values.yaml