Skip to content

Commit

Permalink
Attempt 2 for fixing for deploying to dev cluster (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
gracewehner authored Mar 7, 2023
1 parent 0fe89b7 commit 070eff5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ spec:
rsName: {{ template "prometheus-collector.fullname" . }}
strategy:
type: RollingUpdate
{{- if .values.deploymentProgressDeadlineSeconds }}
progressDeadlineSeconds: {{.values.deploymentProgressDeadlineSeconds }}
{{- if .Values.deploymentProgressDeadlineSeconds }}
progressDeadlineSeconds: {{.Values.deploymentProgressDeadlineSeconds }}
{{- end }}
template:
metadata:
Expand Down

0 comments on commit 070eff5

Please sign in to comment.