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-v2/content/en/schemas/v4beta12.json
+11-1
Original file line number
Diff line number
Diff line change
@@ -2375,6 +2375,15 @@
2375
2375
"description": "if `true`, Skaffold will send `--create-namespace` flag to Helm CLI. `--create-namespace` flag is available in Helm since version 3.2. Defaults is `false`.",
2376
2376
"x-intellij-html-description": "if <code>true</code>, Skaffold will send <code>--create-namespace</code> flag to Helm CLI. <code>--create-namespace</code> flag is available in Helm since version 3.2. Defaults is <code>false</code>."
2377
2377
},
2378
+
"dependsOn": {
2379
+
"items": {
2380
+
"type": "string"
2381
+
},
2382
+
"type": "array",
2383
+
"description": "a list of Helm release names that this deploy depends on.",
2384
+
"x-intellij-html-description": "a list of Helm release names that this deploy depends on.",
2385
+
"default": "[]"
2386
+
},
2378
2387
"name": {
2379
2388
"type": "string",
2380
2389
"description": "name of the Helm release. It accepts environment variables via the go template syntax.",
0 commit comments