lzxuan commented on code in PR #278: URL: https://github.com/apache/apisix-helm-chart/pull/278#discussion_r940809904
########## 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: Ah, I see. I was trying to maintain the same behavior as the current upstream where the entire `serviceAccount` block does not exist. -- 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]
