Secrets
Secrets available in the ControlPlane installation.
Field | Description | Validation Rule |
---|---|---|
tsb |
tetrateio.api.install.helm.controlplane.v1alpha1.Secrets.TSB |
– |
elasticsearch |
tetrateio.api.install.helm.controlplane.v1alpha1.Secrets.ElasticSearch |
– |
xcp |
tetrateio.api.install.helm.controlplane.v1alpha1.Secrets.XCP |
– |
clusterServiceAccount |
tetrateio.api.install.helm.controlplane.v1alpha1.Secrets.ClusterServiceAccount |
– |
ClusterServiceAccount
Cluster service account used to authenticate to the Management Plane.
Field | Description | Validation Rule |
---|---|---|
clusterFQN |
string |
– |
JWK |
string |
– |
encodedJWK |
string |
– |
ElasticSearch
Secrets to reach the Elasticsearch.
Field | Description | Validation Rule |
---|---|---|
username |
string |
– |
password |
string |
– |
cacert |
string |
– |
TSB
Secrets to reach the TSB Management Plane.
Field | Description | Validation Rule |
---|---|---|
cacert |
string |
– |
XCP
Secrets to reach the XCP Central in the Management Plane.
Field | Description | Validation Rule |
---|---|---|
autoGenerateCerts |
bool |
– |
rootca |
string |
– |
rootcakey |
string |
– |
edge |
tetrateio.api.install.helm.controlplane.v1alpha1.Secrets.XCP.Edge |
– |
Edge
Secrets for the XCP Edge component.
Field | Description | Validation Rule |
---|---|---|
cert |
string |
– |
key |
string |
– |
token |
string |
– |
Values
Values available for the TSB Control Plane chart. This is an alpha API, so future versions could include breaking changes.
Field | Description | Validation Rule |
---|---|---|
image |
tetrateio.api.install.helm.common.v1alpha1.Image |
– |
spec |
tetrateio.api.install.controlplane.v1alpha1.ControlPlaneSpec |
– |
secrets |
tetrateio.api.install.helm.controlplane.v1alpha1.Secrets |
– |
operator |
tetrateio.api.install.helm.common.v1alpha1.Operator |
– |