Skip to content

Commit 8f8fe8d

Browse files
Rename Value column to Default
1 parent e78b592 commit 8f8fe8d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

signadot/operator/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,18 @@ kubectl delete ns signadot
5757

5858
### Common parameters
5959

60-
| Name | Description | Value |
61-
| -------------------- | --------------------------------------------------------- | ------ |
62-
| `commonLabels` | Labels to add to all deployed objects | `{}` |
63-
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
64-
| `podLabels` | Labels to add to all deployed `Pod` objects | `{}` |
65-
| `podAnnotations` | Annotations to add to all deployed `Pod` objects | `{}` |
66-
| `serviceLabels` | Labels to add to all deployed `Service` objects | `{}` |
67-
| `serviceAnnotations` | Annotations to add to all deployed `Service` objects | `{}` |
60+
| Name | Description | Default |
61+
| -------------------- | --------------------------------------------------------- | -------- |
62+
| `commonLabels` | Labels to add to all deployed objects | `{}` |
63+
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |
64+
| `podLabels` | Labels to add to all deployed `Pod` objects | `{}` |
65+
| `podAnnotations` | Annotations to add to all deployed `Pod` objects | `{}` |
66+
| `serviceLabels` | Labels to add to all deployed `Service` objects | `{}` |
67+
| `serviceAnnotations` | Annotations to add to all deployed `Service` objects | `{}` |
6868

6969
### Image customization parameters
7070

71-
| Name | Description | Value |
71+
| Name | Description | Default |
7272
| --------------------------------- | ---------------------------------------------- | ---------------- |
7373
| `operator.image` | Operator image override | `""` |
7474
| `operator.imagePullPolicy` | Operator image pull policy | `IfNotPresent` |

0 commit comments

Comments
 (0)