ikatlinsky commented on code in PR #553:
URL: https://github.com/apache/apisix-helm-chart/pull/553#discussion_r1231874117
##########
charts/apisix-ingress-controller/templates/deployment.yaml:
##########
@@ -103,6 +103,13 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.name
+ {{- if .Values.config.apisix.existingSecret }}
+ - name: APISIX_ADMIN_KEY
Review Comment:
@tao12345666333 i guess your proposal is to try to use
`DEFAULT_CLUSTER_ADMIN_KEY` environment variables instead of the
`APISIX_ADMIN_KEY`?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]