-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate partial for certManager config (#397)
Signed-off-by: Paweł Bojanowski <[email protected]>
- Loading branch information
Showing
2 changed files
with
196 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
196 changes: 195 additions & 1 deletion
196
vcluster/_partials/config/integrations/certManager.mdx
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,195 @@ | ||
## Cert manager | ||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
## `certManager` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager} | ||
|
||
CertManager reuses a host cert-manager and makes its CRDs from it available inside the vCluster. | ||
- Certificates and Issuers will be synced from the virtual cluster to the host cluster. | ||
- ClusterIssuers will be synced from the host cluster to the virtual cluster. | ||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
### `enabled` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">boolean</span> <span className="config-field-default">false</span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-enabled} | ||
|
||
Enabled defines if this option should be enabled. | ||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
### `sync` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync} | ||
|
||
Sync contains advanced configuration for syncing cert-manager resources. | ||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
#### `toHost` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-toHost} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
##### `certificates` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-toHost-certificates} | ||
|
||
Certificates defines if certificates should get synced from the virtual cluster to the host cluster. | ||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
##### `enabled` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">boolean</span> <span className="config-field-default">true</span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-toHost-certificates-enabled} | ||
|
||
Enabled defines if this option should be enabled. | ||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
##### `issuers` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-toHost-issuers} | ||
|
||
Issuers defines if issuers should get synced from the virtual cluster to the host cluster. | ||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
##### `enabled` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">boolean</span> <span className="config-field-default">true</span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-toHost-issuers-enabled} | ||
|
||
Enabled defines if this option should be enabled. | ||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
#### `fromHost` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-fromHost} | ||
|
||
|
||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
##### `clusterIssuers` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-fromHost-clusterIssuers} | ||
|
||
ClusterIssuers defines if (and which) cluster issuers should get synced from the host cluster to the virtual cluster. | ||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
##### `enabled` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">boolean</span> <span className="config-field-default">true</span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-fromHost-clusterIssuers-enabled} | ||
|
||
Enabled defines if this option should be enabled. | ||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
|
||
<details className="config-field" data-expandable="true"> | ||
<summary> | ||
|
||
##### `selector` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default"></span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-fromHost-clusterIssuers-selector} | ||
|
||
Selector defines what cluster issuers should be imported. | ||
|
||
</summary> | ||
|
||
|
||
|
||
|
||
<details className="config-field" data-expandable="false" open> | ||
<summary> | ||
|
||
##### `labels` <span className="config-field-required" data-required="false">required</span> <span className="config-field-type">object</span> <span className="config-field-default">{}</span> <span className="config-field-enum"></span> <span data-pro="false" className="config-field-pro">pro</span> {#certManager-sync-fromHost-clusterIssuers-selector-labels} | ||
|
||
Labels defines what labels should be looked for | ||
|
||
</summary> | ||
|
||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
</details> | ||
|
||
|
||
</details> |