apisix-helm-chart icon indicating copy to clipboard operation
apisix-helm-chart copied to clipboard

apisix Deployment and DaemonSet securityContext reference error

Open zplinuxlover opened this issue 3 years ago • 1 comments
trafficstars

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 }}

zplinuxlover avatar May 12 '22 13:05 zplinuxlover

Thanks for the fix, I have run the CI jobs, let's see the result.

The changes LGTM.

tokers avatar May 13 '22 00:05 tokers