Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Aug 29, 2024
1 parent 34d4b00 commit 82ad2d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/tezos/templates/_containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@
name: metrics
{{- if $.node_vals.bootstrapped_startup_probe }}
startupProbe:
{{- toYaml .Values.bootstrappedStartupProbe | indent4 }}
{{- toYaml .Values.bootstrappedStartupProbe | indent 4 }}
{{- end }}
{{- if $.node_vals.bootstrapped_liveness_probe }}
livenessProbe:
{{- toYaml .Values.bootstrappedLivenessProbe | indent4 }}
{{- toYaml .Values.bootstrappedLivenessProbe | indent 4 }}
{{- end }}
{{- if or (not (hasKey $.node_vals "bootstrapped_readiness_probe")) $.node_vals.bootstrapped_readiness_probe }}
readinessProbe:
Expand Down

0 comments on commit 82ad2d4

Please sign in to comment.