From 5a93ea0443e9311983b562c4c860d880d011ce4d Mon Sep 17 00:00:00 2001 From: Niek den Breeje Date: Thu, 25 Apr 2024 18:23:52 +0200 Subject: [PATCH] PodSecurityContext schema for Teleport Cluster chart --- examples/chart/teleport-cluster/values.schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/chart/teleport-cluster/values.schema.json b/examples/chart/teleport-cluster/values.schema.json index 675f9b5750636..657ae941d592b 100644 --- a/examples/chart/teleport-cluster/values.schema.json +++ b/examples/chart/teleport-cluster/values.schema.json @@ -943,6 +943,11 @@ "type": "object", "default": {} }, + "podSecurityContext": { + "$id": "#/properties/podSecurityContext", + "type": "object", + "default": {} + }, "securityContext": { "$id": "#/properties/securityContext", "type": "object",