Skip to content

Commit

Permalink
fix(base-cluster): up timeout of prometheus-operator
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Oct 17, 2022
1 parent 1829423 commit 24608f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{{- define "base-cluster.prometheus.version" -}}
33.x.x
40.x.x
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
namespace: {{ .Release.Namespace }}
version: {{ include "base-cluster.prometheus.version" (dict) }}
interval: 1m
install:
timeout: 10m0s
upgrade:
timeout: 10m0s
dependsOn:
- name: kube-prometheus-stack-crds
namespace: monitoring
Expand Down

0 comments on commit 24608f1

Please sign in to comment.