From 32dbdafec0f98eebb8d588507d29b680bcdbb7a9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 11 Jan 2022 22:33:31 +0000 Subject: [PATCH] fix typo in variable name --- charts/databunker/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/databunker/templates/deployment.yaml b/charts/databunker/templates/deployment.yaml index 19041b3..1bb0a06 100644 --- a/charts/databunker/templates/deployment.yaml +++ b/charts/databunker/templates/deployment.yaml @@ -99,7 +99,7 @@ spec: secretKeyRef: name: {{ include "databunker.secretName" . }} key: databunker-masterkey - - name: ROOT_TOKEN + - name: DATABUNKER_ROOTTOKEN valueFrom: secretKeyRef: name: {{ include "databunker.secretName" . }}