diff --git a/charts/opentelemetry-operator/values.schema.json b/charts/opentelemetry-operator/values.schema.json index 796e4bb38..2945d8ae6 100644 --- a/charts/opentelemetry-operator/values.schema.json +++ b/charts/opentelemetry-operator/values.schema.json @@ -1650,56 +1650,12 @@ ] }, "securityContext": { - "type": "object", - "default": {}, - "title": "The securityContext Schema", - "required": [ - "runAsGroup", - "runAsNonRoot", - "runAsUser", - "fsGroup" - ], - "additionalProperties": false, - "properties": { - "runAsGroup": { - "type": "integer", - "default": 0, - "title": "The runAsGroup Schema", - "examples": [ - 65532 - ] - }, - "runAsNonRoot": { - "type": "boolean", - "default": false, - "title": "The runAsNonRoot Schema", - "examples": [ - true - ] - }, - "runAsUser": { - "type": "integer", - "default": 0, - "title": "The runAsUser Schema", - "examples": [ - 65532 - ] - }, - "fsGroup": { - "type": "integer", - "default": 0, - "title": "The fsGroup Schema", - "examples": [ - 65532 - ] - } - }, - "examples": [{ - "runAsGroup": 65532, - "runAsNonRoot": true, - "runAsUser": 65532, - "fsGroup": 65532 - }] + "type": "object", + "default": {}, + "title": "The securityContext Schema", + "required": [], + "properties": {}, + "examples": [{}] }, "testFramework": { "type": "object",