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/v2beta8.json
+14-2
Original file line number
Diff line number
Diff line change
@@ -1769,6 +1769,11 @@
1769
1769
},
1770
1770
"KubectlDeploy": {
1771
1771
"properties": {
1772
+
"defaultNamespace": {
1773
+
"type": "string",
1774
+
"description": "default namespace passed to kubectl on deployment if no other override is given.",
1775
+
"x-intellij-html-description": "default namespace passed to kubectl on deployment if no other override is given."
1776
+
},
1772
1777
"flags": {
1773
1778
"$ref": "#/definitions/KubectlFlags",
1774
1779
"description": "additional flags passed to `kubectl`.",
@@ -1796,7 +1801,8 @@
1796
1801
"preferredOrder": [
1797
1802
"manifests",
1798
1803
"remoteManifests",
1799
-
"flags"
1804
+
"flags",
1805
+
"defaultNamespace"
1800
1806
],
1801
1807
"additionalProperties": false,
1802
1808
"description": "*beta* uses a client side `kubectl apply` to deploy manifests. You'll need a `kubectl` CLI version installed that's compatible with your cluster.",
@@ -1859,6 +1865,11 @@
1859
1865
"x-intellij-html-description": "additional args passed to <code>kustomize build</code>.",
1860
1866
"default": "[]"
1861
1867
},
1868
+
"defaultNamespace": {
1869
+
"type": "string",
1870
+
"description": "default namespace passed to kubectl on deployment if no other override is given.",
1871
+
"x-intellij-html-description": "default namespace passed to kubectl on deployment if no other override is given."
1872
+
},
1862
1873
"flags": {
1863
1874
"$ref": "#/definitions/KubectlFlags",
1864
1875
"description": "additional flags passed to `kubectl`.",
@@ -1877,7 +1888,8 @@
1877
1888
"preferredOrder": [
1878
1889
"paths",
1879
1890
"flags",
1880
-
"buildArgs"
1891
+
"buildArgs",
1892
+
"defaultNamespace"
1881
1893
],
1882
1894
"additionalProperties": false,
1883
1895
"description": "*beta* uses the `kustomize` CLI to \"patch\" a deployment for a target environment.",
0 commit comments