From c58422cb3f22031abcbcb4c3f12f496f1a33839c Mon Sep 17 00:00:00 2001 From: Conrad Irwin Date: Tue, 5 Mar 2024 22:11:58 -0700 Subject: [PATCH] Fix YAML indentation --- crates/collab/k8s/collab.template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab/k8s/collab.template.yml b/crates/collab/k8s/collab.template.yml index 41584e94a7..7ade648adf 100644 --- a/crates/collab/k8s/collab.template.yml +++ b/crates/collab/k8s/collab.template.yml @@ -185,9 +185,9 @@ spec: value: "true" - name: ZED_ENVIRONMENT value: ${ZED_ENVIRONMENT} - terminationGracePeriodSeconds: 10 securityContext: capabilities: # FIXME - Switch to the more restrictive `PERFMON` capability. # This capability isn't yet available in a stable version of Debian. add: ["SYS_ADMIN"] + terminationGracePeriodSeconds: 10