diff --git a/upgrade.cattle.io/plan_v1.json b/upgrade.cattle.io/plan_v1.json index 8318aa4..af3a8c7 100644 --- a/upgrade.cattle.io/plan_v1.json +++ b/upgrade.cattle.io/plan_v1.json @@ -321,6 +321,21 @@ "nullable": true, "type": "boolean" }, + "appArmorProfile": { + "nullable": true, + "properties": { + "localhostProfile": { + "nullable": true, + "type": "string" + }, + "type": { + "nullable": true, + "type": "string" + } + }, + "type": "object", + "additionalProperties": false + }, "capabilities": { "nullable": true, "properties": { @@ -685,6 +700,21 @@ "nullable": true, "type": "boolean" }, + "appArmorProfile": { + "nullable": true, + "properties": { + "localhostProfile": { + "nullable": true, + "type": "string" + }, + "type": { + "nullable": true, + "type": "string" + } + }, + "type": "object", + "additionalProperties": false + }, "capabilities": { "nullable": true, "properties": {