Skip to content

Commit 9886ce3

Browse files
Merge pull request #64 from signadot/release-v0.18.0-updates
Required changes for v0.18.0 release
2 parents 2142569 + e3cb3bc commit 9886ce3

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

signadot/operator/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ style resources and are not needed in an installation which uses the new
117117
| `jobExecutorInit.image` | Job Executor Init container image override | `signadot/job-executor-init:vX.Y.Z` |
118118
| `jobExecutorInit.imagePullPolicy` | Job Executor Init container image pull policy | `IfNotPresent` |
119119
| `jobExecutorInit.imagePullSecret` | Job Executor Init container image pull secret | `""` |
120+
| `jobExecutorProxy.image` | Job Executor Proxy container image override | `signadot/job-executor-proxy:vX.Y.Z` |
121+
| `jobExecutorProxy.imagePullPolicy` | Job Executor Proxy container image pull policy | `IfNotPresent` |
122+
| `jobExecutorProxy.imagePullSecret` | Job Executor Proxy container image pull secret | `""` |
120123

121124

122125
### Tunnel parameters
@@ -142,8 +145,10 @@ style resources and are not needed in an installation which uses the new
142145

143146
When Istio is enabled (`istio.enabled: true`), the Signadot Operator manipulates Istio VirtualServices by applying new HTTPRoutes where appropriate to direct traffic to sandboxed workloads. You can configure the operator to add labels and annotations to these objects when they are in use by the operator. Note that these labels and annotations are only added when the object comes into use. This can be useful for temporarily disabling CI sync, amongst other possibilities.
144147

145-
| Name | Description | Default |
146-
| ----------------------------- | --------------------------------------------------------- | ------- |
147-
| `istio.enabled` | Enable Istio integration | `false` |
148-
| `istio.additionalAnnotations` | Annotations to add to istio VirtualServices if not present | `{}` |
149-
| `istio.additionalLabels` | Labels to add to istio VirtualServices if not present | `{}` |
148+
| Name | Description | Default |
149+
| ----------------------------------- | --------------------------------------------------------------------------------------------------------- | ------- |
150+
| `istio.enabled` | Enable Istio integration | `false` |
151+
| `istio.additionalAnnotations` | Annotations to add to istio VirtualServices if not present | `{}` |
152+
| `istio.additionalLabels` | Labels to add to istio VirtualServices if not present | `{}` |
153+
| `istio.enableDeprecatedHostRouting` | Enable sandbox routing by matching the `VirtualService.host` field. **This feature has been deprecated**. | `false` |
154+

0 commit comments

Comments
 (0)