9 lines
291 B
YAML
9 lines
291 B
YAML
|
# Copyright 2020 VMware, Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
# Describe the capabilities of the cluster against which the integration tests will run.
|
||
|
capabilities:
|
||
|
|
||
|
# Is it possible to borrow the cluster's signing key from the kube API server?
|
||
|
clusterSigningKeyIsAvailable: true
|