lzxuan commented on code in PR #278: URL: https://github.com/apache/apisix-helm-chart/pull/278#discussion_r940282076
########## charts/apisix/values.yaml: ########## @@ -121,11 +121,10 @@ nameOverride: "" fullnameOverride: "" serviceAccount: - create: true + create: false # Set to `true` to create ServiceAccount for Kubernetes service discovery. Review Comment: Actually, I didn't change the default value. The entire `serviceAccount` block is only created in my fork and does not exist in the upstream. Or did I miss something? 😂 -- 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]
