You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/schema/latest/compose/config.json
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,10 @@
41
41
},
42
42
"type": "array",
43
43
"description": "Secrets contains a list of Updatecli secret file path"
44
+
},
45
+
"id": {
46
+
"type": "string",
47
+
"description": "ID contains the policy ID, it can be used to filter policies to execute"
44
48
}
45
49
},
46
50
"additionalProperties": false,
@@ -67,12 +71,26 @@
67
71
"type": "object",
68
72
"description": "ValuesInline contains a list of inline values for Updatecli config\nThis is the default inline values that will be applied to all policies if not overridden by the policy inline values.\nA deep merge will be performed between global inline values and policy inline values if both are defined.\n\nExample:\n key1: value1\n key2: value2"
69
73
},
74
+
"values": {
75
+
"items": {
76
+
"type": "string"
77
+
},
78
+
"type": "array",
79
+
"description": "Values contains a list of Updatecli config file path\nThis is the default values file that will be applied to all policies if not overridden by the policy values file."
80
+
},
70
81
"include": {
71
82
"items": {
72
83
"type": "string"
73
84
},
74
85
"type": "array",
75
86
"description": "Include contains a list of compose files to include"
87
+
},
88
+
"secrets": {
89
+
"items": {
90
+
"type": "string"
91
+
},
92
+
"type": "array",
93
+
"description": "Secrets contains a list of Updatecli secret file path\nThis is the default secret file that will be applied to all policies if not overridden by the policy secret file."
0 commit comments