mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-07 11:11:30 +00:00
Fix YAML indentation
This commit is contained in:
parent
6d53846824
commit
c58422cb3f
1 changed files with 1 additions and 1 deletions
|
@ -185,9 +185,9 @@ spec:
|
||||||
value: "true"
|
value: "true"
|
||||||
- name: ZED_ENVIRONMENT
|
- name: ZED_ENVIRONMENT
|
||||||
value: ${ZED_ENVIRONMENT}
|
value: ${ZED_ENVIRONMENT}
|
||||||
terminationGracePeriodSeconds: 10
|
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
# FIXME - Switch to the more restrictive `PERFMON` capability.
|
||||||
# This capability isn't yet available in a stable version of Debian.
|
# This capability isn't yet available in a stable version of Debian.
|
||||||
add: ["SYS_ADMIN"]
|
add: ["SYS_ADMIN"]
|
||||||
|
terminationGracePeriodSeconds: 10
|
||||||
|
|
Loading…
Reference in a new issue