Skip to content

Commit 71a7b90

Browse files
committed
Adjust to markdownlint version 0.48.0
Address "Table pipe is missing space to the left for style "compact"". Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
1 parent 73cd16d commit 71a7b90

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

submariner-k8s-broker/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Submariner Kubernetes Broker
66

77
## Maintainers
88

9-
| Name | Email | Url |
10-
| ---- | ------ | --- |
11-
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
1212

1313
## Source Code
1414

submariner-operator/README.md

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -6,53 +6,53 @@ Submariner enables direct networking between Pods and Services in different Kube
66

77
## Maintainers
88

9-
| Name | Email | Url |
10-
| ---- | ------ | --- |
11-
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
9+
| Name | Email | Url |
10+
| ---- | ------ | --- |
11+
| Contributors to the Submariner project | submariner-dev@googlegroups.com | https://submariner.io/ |
1212

1313
## Source Code
1414

1515
* <https://submariner-io.github.io/submariner-charts/charts>
1616

1717
## Values
1818

19-
| Key | Type | Default | Description |
20-
|-----|------|---------|-------------|
21-
| broker.ca | string | `""` | |
22-
| broker.globalnet | bool | `false` | |
23-
| broker.insecure | bool | `false` | |
24-
| broker.namespace | string | `"xyz"` | |
25-
| broker.server | string | `"example.k8s.apiserver"` | |
26-
| broker.token | string | `"test"` | |
27-
| ipsec.debug | bool | `false` | |
28-
| ipsec.forceUDPEncaps | bool | `false` | |
29-
| ipsec.ikePort | int | `500` | |
30-
| ipsec.natPort | int | `4500` | |
31-
| ipsec.pskSecret | string | `""` | Name of the Kubernetes Secret containing the IPsec PSK as field psk |
32-
| ipsec.psk | string | `""` | |
33-
| leadership.leaseDuration | int | `10` | |
34-
| leadership.renewDeadline | int | `5` | |
35-
| leadership.retryPeriod | int | `2` | |
36-
| operator.affinity | object | `{}` | |
37-
| operator.image.pullPolicy | string | `"IfNotPresent"` | |
38-
| operator.image.repository | string | `"quay.io/submariner/submariner-operator"` | |
39-
| operator.image.tag | string | `"0.14.0"` | |
40-
| operator.resources | object | `{}` | |
41-
| operator.tolerations | list | `[]` | |
42-
| submariner.cableDriver | string | `"libreswan"` | |
43-
| submariner.clusterCidr | string | `""` | |
44-
| submariner.clusterId | string | `""` | |
45-
| submariner.colorCodes | string | `"blue"` | |
46-
| submariner.coreDNSCustomConfig | object | `{}` | |
47-
| submariner.debug | bool | `false` | |
48-
| submariner.globalCidr | string | `""` | |
49-
| submariner.clustersetIpCidr | string | `""` | |
50-
| submariner.clustersetIpEnabled | bool | `false` | |
51-
| submariner.healthcheckEnabled | bool | `true` | |
52-
| submariner.images.repository | string | `"quay.io/submariner"` | |
53-
| submariner.images.tag | string | `"0.14.0"` | |
54-
| submariner.natEnabled | bool | `false` | |
55-
| submariner.serviceCidr | string | `""` | |
56-
| submariner.brokerK8sSecret | string | `""` | Name of the Kubernetes Secret containing broker credentials (ca.crt, token). |
57-
| submariner.serviceDiscovery | bool | `true` | |
58-
| submariner.token | string | `""` | |
19+
| Key | Type | Default | Description |
20+
|-----|------|---------|-------------|
21+
| broker.ca | string | `""` | |
22+
| broker.globalnet | bool | `false` | |
23+
| broker.insecure | bool | `false` | |
24+
| broker.namespace | string | `"xyz"` | |
25+
| broker.server | string | `"example.k8s.apiserver"` | |
26+
| broker.token | string | `"test"` | |
27+
| ipsec.debug | bool | `false` | |
28+
| ipsec.forceUDPEncaps | bool | `false` | |
29+
| ipsec.ikePort | int | `500` | |
30+
| ipsec.natPort | int | `4500` | |
31+
| ipsec.pskSecret | string | `""` | Name of the Kubernetes Secret containing the IPsec PSK as field psk |
32+
| ipsec.psk | string | `""` | |
33+
| leadership.leaseDuration | int | `10` | |
34+
| leadership.renewDeadline | int | `5` | |
35+
| leadership.retryPeriod | int | `2` | |
36+
| operator.affinity | object | `{}` | |
37+
| operator.image.pullPolicy | string | `"IfNotPresent"` | |
38+
| operator.image.repository | string | `"quay.io/submariner/submariner-operator"` | |
39+
| operator.image.tag | string | `"0.14.0"` | |
40+
| operator.resources | object | `{}` | |
41+
| operator.tolerations | list | `[]` | |
42+
| submariner.cableDriver | string | `"libreswan"` | |
43+
| submariner.clusterCidr | string | `""` | |
44+
| submariner.clusterId | string | `""` | |
45+
| submariner.colorCodes | string | `"blue"` | |
46+
| submariner.coreDNSCustomConfig | object | `{}` | |
47+
| submariner.debug | bool | `false` | |
48+
| submariner.globalCidr | string | `""` | |
49+
| submariner.clustersetIpCidr | string | `""` | |
50+
| submariner.clustersetIpEnabled | bool | `false` | |
51+
| submariner.healthcheckEnabled | bool | `true` | |
52+
| submariner.images.repository | string | `"quay.io/submariner"` | |
53+
| submariner.images.tag | string | `"0.14.0"` | |
54+
| submariner.natEnabled | bool | `false` | |
55+
| submariner.serviceCidr | string | `""` | |
56+
| submariner.brokerK8sSecret | string | `""` | Name of the Kubernetes Secret containing broker credentials (ca.crt, token). |
57+
| submariner.serviceDiscovery | bool | `true` | |
58+
| submariner.token | string | `""` | |

0 commit comments

Comments
 (0)