@@ -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