Remove duplicated securityContext (#2705)
This commit is contained in:
parent
26eacf4c46
commit
fd0ee624bc
|
|
@ -292,5 +292,3 @@ spec:
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: false
|
|
||||||
|
|
|
||||||
|
|
@ -71,5 +71,3 @@ spec:
|
||||||
periodSeconds: 10
|
periodSeconds: 10
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
timeoutSeconds: 1
|
timeoutSeconds: 1
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: false
|
|
||||||
|
|
|
||||||
|
|
@ -53,5 +53,3 @@ spec:
|
||||||
- /nginx-ingress-controller
|
- /nginx-ingress-controller
|
||||||
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
|
- --default-backend-service=$(POD_NAMESPACE)/default-http-backend
|
||||||
- --publish-service=$(POD_NAMESPACE)/nginx-ingress-lb
|
- --publish-service=$(POD_NAMESPACE)/nginx-ingress-lb
|
||||||
securityContext:
|
|
||||||
runAsNonRoot: false
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue