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: docs/content/en/schemas/v2beta6.json
+3-18
Original file line number
Diff line number
Diff line change
@@ -1243,13 +1243,8 @@
1243
1243
],
1244
1244
"properties": {
1245
1245
"artifactOverrides": {
1246
-
"additionalProperties": {
1247
-
"type": "string"
1248
-
},
1249
-
"type": "object",
1250
1246
"description": "key value pairs. If present, Skaffold will send `--set-string` flag to Helm CLI and append all pairs after the flag.",
1251
-
"x-intellij-html-description": "key value pairs. If present, Skaffold will send <code>--set-string</code> flag to Helm CLI and append all pairs after the flag.",
1252
-
"default": "{}"
1247
+
"x-intellij-html-description": "key value pairs. If present, Skaffold will send <code>--set-string</code> flag to Helm CLI and append all pairs after the flag."
1253
1248
},
1254
1249
"chartPath": {
1255
1250
"type": "string",
@@ -1302,22 +1297,12 @@
1302
1297
"default": "{}"
1303
1298
},
1304
1299
"setValueTemplates": {
1305
-
"additionalProperties": {
1306
-
"type": "string"
1307
-
},
1308
-
"type": "object",
1309
1300
"description": "key-value pairs. If present, Skaffold will try to parse the value part of each key-value pair using environment variables in the system, then send `--set` flag to Helm CLI and append all parsed pairs after the flag.",
1310
-
"x-intellij-html-description": "key-value pairs. If present, Skaffold will try to parse the value part of each key-value pair using environment variables in the system, then send <code>--set</code> flag to Helm CLI and append all parsed pairs after the flag.",
1311
-
"default": "{}"
1301
+
"x-intellij-html-description": "key-value pairs. If present, Skaffold will try to parse the value part of each key-value pair using environment variables in the system, then send <code>--set</code> flag to Helm CLI and append all parsed pairs after the flag."
1312
1302
},
1313
1303
"setValues": {
1314
-
"additionalProperties": {
1315
-
"type": "string"
1316
-
},
1317
-
"type": "object",
1318
1304
"description": "key-value pairs. If present, Skaffold will send `--set` flag to Helm CLI and append all pairs after the flag.",
1319
-
"x-intellij-html-description": "key-value pairs. If present, Skaffold will send <code>--set</code> flag to Helm CLI and append all pairs after the flag.",
1320
-
"default": "{}"
1305
+
"x-intellij-html-description": "key-value pairs. If present, Skaffold will send <code>--set</code> flag to Helm CLI and append all pairs after the flag."
0 commit comments