zplinuxlover opened a new pull request, #283:
URL: https://github.com/apache/apisix-helm-chart/pull/283
In apisix Deployment and DaemonSet, securityContext refer to
.Values.podSecurityContext, But in values.yaml, there is no definition of it, I
think this is a input mistake.
In apisix deployment.yaml
```
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
```
should be
```
securityContext:
{{- toYaml .Values.apisix.podSecurityContext | nindent 8 }}
```
--
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]