Add rancher chart v2.9.1

This commit is contained in:
wbsong111
2024-11-25 09:08:33 +09:00
parent c3d306ad0d
commit 41cb81de75
24 changed files with 1267 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://json-schema.org/draft-07/schema#",
"properties": {
"agentTLSMode": {
"type": ["string", "null"],
"enum": ["strict", "system-store", "", null],
"description": "agentTLSMode must be 'strict' or 'system-store' or null (defaults to system-store)"
}
},
"required": [],
"title": "Rancher Chart Values",
"type": "object"
}