From 5cc491d591bcd9c6b0526d2c47a94acbaf0156d9 Mon Sep 17 00:00:00 2001 From: Chris Pinnock Date: Tue, 19 Mar 2024 15:18:56 +0000 Subject: [PATCH] Now that is a name I haven't heard for a long time --- charts/tezos/templates/_containers.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tezos/templates/_containers.tpl b/charts/tezos/templates/_containers.tpl index 76026b5..2532be1 100644 --- a/charts/tezos/templates/_containers.tpl +++ b/charts/tezos/templates/_containers.tpl @@ -316,7 +316,7 @@ image: "{{ or $node_vals_images.octez $.Values.images.octez }}" imagePullPolicy: {{ $.Values.images_pull_policy }} command: - - /usr/local/bin/tezos-accuser-{{ .command }} + - /usr/local/bin/octez-accuser-{{ .command }} args: - run {{- end }}