AppCat API Server
The parent key for all of the following parameters is appcat.apiserver
.
namespace
type |
string |
default |
|
A namespace where API Server should run. The namespace will be created and managed by this component.
namespaceLabels
type |
dict |
default |
|
Additional labels to add to the created namespace.
namespaceAnnotations
type |
dict |
default |
|
Additional annotations to add to the created namespace.
apiservice.insecureSkipTLSVerify
type |
bool |
default |
|
Configuration of the APIService
. The parameter insecureSkipTLSVerify
disables TLS certificate verification when communicating with this API Server.