This is an automated email from the ASF dual-hosted git repository.

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-helm-chart.git


The following commit(s) were added to refs/heads/master by this push:
     new df1583b  fix(dashboard): secret keyword typo (#329)
df1583b is described below

commit df1583bb95b66f9f334738f512530abd6a635e7c
Author: Khin Nyunt <[email protected]>
AuthorDate: Wed Aug 31 14:21:03 2022 +0630

    fix(dashboard): secret keyword typo (#329)
---
 charts/apisix-dashboard/templates/configmap.yaml | 2 +-
 charts/apisix-dashboard/values.yaml              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/apisix-dashboard/templates/configmap.yaml 
b/charts/apisix-dashboard/templates/configmap.yaml
index c40823f..e869fbb 100644
--- a/charts/apisix-dashboard/templates/configmap.yaml
+++ b/charts/apisix-dashboard/templates/configmap.yaml
@@ -53,7 +53,7 @@ data:
     {{- end }}
     {{- with .Values.config.authentication }}
     authentication:
-      secert: {{ .secert }}
+      secret: {{ .secret }}
       expire_time: {{ .expireTime }}
       users:
         {{- range .users }}
diff --git a/charts/apisix-dashboard/values.yaml 
b/charts/apisix-dashboard/values.yaml
index e29ecd3..f160222 100644
--- a/charts/apisix-dashboard/values.yaml
+++ b/charts/apisix-dashboard/values.yaml
@@ -74,7 +74,7 @@ config:
         filePath: /dev/stdout
 
   authentication:
-    secert: secert
+    secret: secret
     expireTime: 3600
     users:
       - username: admin

Reply via email to