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
* tests: add precheck function for feature support
Useful for acceptance tests that should only be run when specific
features are supported by ArgoCD version.
If a feature is not supported the test is skipped, not failed.
For local testing, you now have to add the `ARGOCD_VERSION` environment variable until a better long-term solution is found.
* add: project scope support for clusters
*`namespaces` - (Optional) Holds list of namespaces which are accessible in that cluster. Cluster level resources would be ignored if namespace list is not empty..
122
122
*`config` - (Optional) The configuration specification, nested attributes are documented below.
123
123
*`metadata` - (Optional) Cluster metadata, nested attributes are documented below.
124
+
*`project` - (Optional) Scope cluster to ArgoCD project. If omitted, cluster will be global. Requires ArgoCD 2.2.0 onwards.
124
125
125
126
The `config` block can have the following attributes:
0 commit comments