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
Description: "Target namespace for the application's resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace.",
Copy file name to clipboardExpand all lines: docs/resources/application.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,13 +187,10 @@ Optional:
187
187
<aid="nestedblock--spec--destination"></a>
188
188
### Nested Schema for `spec.destination`
189
189
190
-
Required:
191
-
192
-
-`namespace` (String) Target namespace for the application's resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace.
193
-
194
190
Optional:
195
191
196
192
-`name` (String) Name of the target cluster. Can be used instead of `server`.
193
+
-`namespace` (String) Target namespace for the application's resources. The namespace will only be set for namespace-scoped resources that have not set a value for .metadata.namespace.
197
194
-`server` (String) URL of the target cluster and must be set to the Kubernetes control plane API.
0 commit comments