From 032602646792ef7f0fcf2c30d765951eec554593 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Coelho?= <16445494+jcoelho93@users.noreply.github.com> Date: Fri, 5 Apr 2024 12:56:48 +0100 Subject: [PATCH] Add field to json schema --- charts/atlantis/values.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/charts/atlantis/values.schema.json b/charts/atlantis/values.schema.json index 172bcc7f..73ae7d7b 100644 --- a/charts/atlantis/values.schema.json +++ b/charts/atlantis/values.schema.json @@ -1001,6 +1001,11 @@ "type": "string", "description": "Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images" }, + "containerSecurityContext": { + "type": "object", + "description": "SecurityContext configuration for the initConfig container.", + "$ref": "#/definitions/io.k8s.api.core.v1.SecurityContext" + }, "sharedDir": { "type": "string", "description": "sharedDir is set as env var INIT_SHARED_DIR"