fixed formatting

This commit is contained in:
2026-01-13 16:24:32 +11:00
parent 3458bf91a3
commit 1f0c5327bf

View File

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