File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ type: application
31
31
# This is the chart version. This version number should be incremented each time you make changes
32
32
# to the chart and its templates, including the app version.
33
33
# Versions are expected to follow Semantic Versioning (https://semver.org/)
34
- version : 2.8.0
34
+ version : 2.8.1
35
35
36
36
# This is the version number of the application being deployed. This version number should be
37
37
# 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
140
140
Key to use to fetch admin token from secret
141
141
*/} }
142
142
{ {- 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 } }
145
145
{ {- else } }
146
146
{ {- " admin" } }
147
147
{ {- end } }
@@ -151,8 +151,8 @@ Key to use to fetch admin token from secret
151
151
Key to use to fetch viewer token from secret
152
152
*/} }
153
153
{ {- 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 } }
156
156
{ {- else } }
157
157
{ {- " viewer" } }
158
158
{ {- end } }
You can’t perform that action at this time.
0 commit comments