Skip to content

Commit

Permalink
Workaround for kube-prometheus-stach helm deployment
Browse files Browse the repository at this point in the history
More details here:
argoproj/argo-cd#820
  • Loading branch information
metacoma committed May 22, 2024
1 parent 6d0a9c7 commit edd4b78
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion main.k
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,17 @@ mindwm_app = ArgoCdOrder.make({
name = charts.kube_prometheus_stack.name
chart = charts.kube_prometheus_stack
version = "58.6.0"
})
}) | {
spec.syncPolicy = {
automated = {
selfHeal = True
}
syncOptions = [
"CreateNamespace=true"
"ServerSideApply=true"
]
}
}

argocdSchema.argoHelmRelease({
namespace = config.kiali_operator.namespace
Expand Down

0 comments on commit edd4b78

Please sign in to comment.