Skip to content

Commit

Permalink
fix check for sidecar
Browse files Browse the repository at this point in the history
  • Loading branch information
puppetninja committed Aug 29, 2024
1 parent bda1914 commit 52b705e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tezos/templates/_containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
{{- end }}

{{- define "tezos.container.sidecar" }}
{{- if or (not (hasKey $.node_vals "bootstrapped_probe")) $.node_vals.bootstrapped_probe }}
{{- if or (not (hasKey $.node_vals "bootstrapped_readiness_probe")) $.node_vals.bootstrapped_readiness_probe }}
{{- $sidecarResources := dict "requests" (dict "memory" "80Mi") "limits" (dict "memory" "100Mi") -}}
{{- include "tezos.generic_container" (dict "root" $
"type" "sidecar"
Expand Down

0 comments on commit 52b705e

Please sign in to comment.