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/v2beta7.json
+14-2
Original file line number
Diff line number
Diff line change
@@ -1745,6 +1745,11 @@
1745
1745
},
1746
1746
"KubectlDeploy": {
1747
1747
"properties": {
1748
+
"defaultNamespace": {
1749
+
"type": "string",
1750
+
"description": "default namespace passed to kubectl on deployment if no other override is given.",
1751
+
"x-intellij-html-description": "default namespace passed to kubectl on deployment if no other override is given."
1752
+
},
1748
1753
"flags": {
1749
1754
"$ref": "#/definitions/KubectlFlags",
1750
1755
"description": "additional flags passed to `kubectl`.",
@@ -1772,7 +1777,8 @@
1772
1777
"preferredOrder": [
1773
1778
"manifests",
1774
1779
"remoteManifests",
1775
-
"flags"
1780
+
"flags",
1781
+
"defaultNamespace"
1776
1782
],
1777
1783
"additionalProperties": false,
1778
1784
"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.",
@@ -1835,6 +1841,11 @@
1835
1841
"x-intellij-html-description": "additional args passed to <code>kustomize build</code>.",
1836
1842
"default": "[]"
1837
1843
},
1844
+
"defaultNamespace": {
1845
+
"type": "string",
1846
+
"description": "default namespace passed to kubectl on deployment if no other override is given.",
1847
+
"x-intellij-html-description": "default namespace passed to kubectl on deployment if no other override is given."
1848
+
},
1838
1849
"flags": {
1839
1850
"$ref": "#/definitions/KubectlFlags",
1840
1851
"description": "additional flags passed to `kubectl`.",
@@ -1853,7 +1864,8 @@
1853
1864
"preferredOrder": [
1854
1865
"paths",
1855
1866
"flags",
1856
-
"buildArgs"
1867
+
"buildArgs",
1868
+
"defaultNamespace"
1857
1869
],
1858
1870
"additionalProperties": false,
1859
1871
"description": "*beta* uses the `kustomize` CLI to \"patch\" a deployment for a target environment.",
0 commit comments