Remove duplicated securityContext (#2705)
This commit is contained in:
parent
3ea90df05b
commit
fc99f16b35
3 changed files with 0 additions and 6 deletions
|
@ -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 a new issue