You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| lighthouse.initChownData.image.tag | Container tag | string | `"1.37.0"` |
94
90
| lighthouse.jwt | JWT to use to authenticate with Execution Client. Specify either `existingSecret` OR `fromLiteral`. | object | `{"existingSecret":{"key":"","name":""},"fromLiteral":""}` |
95
91
| lighthouse.jwt.existingSecret | Load the JWT from an existing Kubernetes Secret. Takes precedence over `fromLiteral` if set. | object | `{"key":"","name":""}` |
96
92
| lighthouse.jwt.existingSecret.key | Data key for the JWT in the Secret | string | `""` |
@@ -103,7 +99,7 @@ We do not recommend that you upgrade the application by overriding `image.tag`.
103
99
| lighthouse.p2pHostPort.initContainer.image.tag | Container tag | string | `"v1.25.4"` |
104
100
| lighthouse.p2pHostPort.port | First port of the 2-port range to be used. The ports must be unique | int | `31000` |
105
101
| lighthouse.podAnnotations | Annotations for the `Pod` | object | `{}` |
0 commit comments