apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: grafana-int namespace: argocd spec: project: observability source: repoURL: 'https://git.dvirlabs.com/dvirlabs/observability-stack.git' targetRevision: HEAD # אפשר לשנות לפי הצורך (למשל לשם של branch preview) path: charts/grafana helm: valueFiles: - ../../manifest/grafana/values-int.yaml destination: server: https://kubernetes.default.svc namespace: monitoring syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true