File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type: application
3131# This is the chart version. This version number should be incremented each time you make changes
3232# to the chart and its templates, including the app version.
3333# Versions are expected to follow Semantic Versioning (https://semver.org/)
34- version : 2.8.0
34+ version : 2.8.1
3535
3636# This is the version number of the application being deployed. This version number should be
3737# incremented each time you make changes to the application. Versions are not expected to
Original file line number Diff line number Diff line change @@ -140,8 +140,8 @@ Return the password key name of etcd secret
140140Key to use to fetch admin token from secret
141141*/} }
142142{ {- define " apisix.admin.credentials.secretAdminKey" -} }
143- { {- if .Values.admin.credentials.secretAdminKey } }
144- { {- .Values.admin.credentials.secretAdminKey } }
143+ { {- if .Values.apisix. admin.credentials.secretAdminKey } }
144+ { {- .Values.apisix. admin.credentials.secretAdminKey } }
145145{ {- else } }
146146{ {- " admin" } }
147147{ {- end } }
@@ -151,8 +151,8 @@ Key to use to fetch admin token from secret
151151Key to use to fetch viewer token from secret
152152*/} }
153153{ {- define " apisix.admin.credentials.secretViewerKey" -} }
154- { {- if .Values.admin.credentials.secretViewerKey } }
155- { {- .Values.admin.credentials.secretViewerKey } }
154+ { {- if .Values.apisix. admin.credentials.secretViewerKey } }
155+ { {- .Values.apisix. admin.credentials.secretViewerKey } }
156156{ {- else } }
157157{ {- " viewer" } }
158158{ {- end } }
You can’t perform that action at this time.
0 commit comments