Skip to content

Commit

Permalink
Allow to start vdf daemon for alpha protocol as well (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem authored Aug 26, 2022
1 parent 38ae443 commit 0c39b26
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 @@ -312,7 +312,7 @@
{{- if has "vdf" $.node_vals.runs }}
{{ $node_vals_images := $.node_vals.images | default dict }}
{{- range .Values.protocols }}
{{- if regexFind "Kathma" .command }}
{{- if or (regexFind "Kathma" .command) (regexFind "alpha" .command) }}
{{- /*
Only protos higher than Kathmandu support VDF
*/}}
Expand Down

0 comments on commit 0c39b26

Please sign in to comment.