fixed formatting
This commit is contained in:
30
values.yaml
30
values.yaml
@@ -267,13 +267,13 @@ injector:
|
|||||||
# pod: {}
|
# pod: {}
|
||||||
# container: {}
|
# container: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
pod:
|
pod:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
container:
|
container:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
|
||||||
resources: {}
|
resources: {}
|
||||||
# resources:
|
# resources:
|
||||||
@@ -1042,14 +1042,14 @@ server:
|
|||||||
#securityContext:
|
#securityContext:
|
||||||
# pod: {}
|
# pod: {}
|
||||||
# container: {}
|
# container: {}
|
||||||
securityContext:
|
securityContext:
|
||||||
pod:
|
pod:
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
container:
|
container:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop:
|
drop:
|
||||||
- ALL
|
- ALL
|
||||||
|
|
||||||
# Should the server pods run on the host network
|
# Should the server pods run on the host network
|
||||||
hostNetwork: false
|
hostNetwork: false
|
||||||
|
|||||||
Reference in New Issue
Block a user